> For the complete documentation index, see [llms.txt](https://typeit.gitbook.io/web3keyboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://typeit.gitbook.io/web3keyboard/go-to-web3.0/getting-started/setting-up-your-wallet/internal-and-external-wallet.md).

# Internal & External Wallet

TypeIt! offers users two wallets to manage their digital assets: the internal wallet and the external wallet. When accessing the TypeIt! tab, users are directed to the internal wallet, which serves as the primary spending account for all type-to-earn rewards, including both $WORD and $TYPE. In addition, any NFTs obtained through the TypeIt! marketplace can also be accessed and managed via the internal wallet.

On the other hand, the external wallet is built into the TypeIt! app and functions like a typical crypto wallet. Users can deposit, withdraw, and transfer digital assets using the external wallet. If a user has obtained NFT keyboards through a third-party marketplace or transfer, they will need to transfer the NFT from their external wallet to the in-app internal wallet for convenient management and accessibility. The external wallet provides a secure and convenient way for users to manage their digital assets outside of the app.

<figure><img src="/files/taDN0WbBFkcs3SRcZ4JC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/fg5BIzgiIAihJ885RwED" alt=""><figcaption></figcaption></figure>


---

# 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://typeit.gitbook.io/web3keyboard/go-to-web3.0/getting-started/setting-up-your-wallet/internal-and-external-wallet.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.
