> For the complete documentation index, see [llms.txt](https://schrodingernft.gitbook.io/schroedingers-cat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://schrodingernft.gitbook.io/schroedingers-cat/getting-started/portkey-wallet-download-guide.md).

# Portkey Wallet Download Guide

### Download Portkey Wallet

* Visit the official website of the wallet, <https://portkey.finance/> and download Portkey Wallet App or Extension.

### Register Portkey Account

* Sign up for a Portkey Wallet account using Google ID, Apple ID, email, or Telegram account. Set a PIN code during registration.

<figure><img src="https://lh7-us.googleusercontent.com/R_K75QuRiZWBdap3-RKMrYWPdVeNj4HgthRR_3JqWvEPi0ZUOZZvf0kwJH060Xya7vrUJMzB9_uUx50y-cjv8I9DFM8J6P7OJj8ZwJog8DTXhr2_ifVO1f3DiN83GXV48w5-0ROWCbA1Ongb6GotrMeH6hXcyQ6D" alt="" width="375"><figcaption></figcaption></figure>

Upon completion, you'll instantly have a MainChain address on aelf network, and within 3-4 minutes, you'll also see your dAppChain address at the second line (ends with tDVV). Click on your dAppChain address and then on "Receive", you'll see your own dAppChain Address.

***

### About aelf

aelf network operates on a mainchain-sidechain structure, with the MainChain mainly for transfers with exchanges, and the dAppChain for improved scalability.&#x20;

### About Portkey

Portkey Wallet is a smart contract wallet without mnemonic phrases. You can always use your registration information to login, and you can enhance security by adding more Guardians.

\
\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://schrodingernft.gitbook.io/schroedingers-cat/getting-started/portkey-wallet-download-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
