> For the complete documentation index, see [llms.txt](https://docs.ternoa.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ternoa.network/getting-started/wallets/ternoa-wallet.md).

# Ternoa Wallet

The Ternoa Wallet application is a recommended crypto wallet to manage your CAPS and access dApps powered by Ternoa Chain. The application provides functionality that enables you to view your CAPS balance, send or receive CAPS to another Ternoa wallet, and view your transaction history in real-time.

{% hint style="success" %}

#### Download Ternoa Wallet:

[On the PlayStore](https://play.google.com/store/apps/details?id=com.ternoa.wallet.prod###)\
[On the App Store](https://apps.apple.com/us/app/ternoa-wallet/id1562180877#?platform=iphone/)
{% endhint %}

### How to create your Ternoa Wallet

To get started, please download the Ternoa Wallet app. It is available in the [**Google Play Store**](https://play.google.com/store/apps/details?id=com.ternoa.wallet.prod) and the [**iOS App Store**](https://apps.apple.com/us/app/ternoa-wallet/id1562180877#?platform=iphone).

Once you’ve downloaded Ternoa wallet you can open it and start creating your Ternoa account:

<figure><img src="/files/UVgK2OcvdX6jTLgPBbZS" alt="" width="563"><figcaption></figcaption></figure>

On the next screen, the app will prompt you to write and store the mnemonic key (12 Random Words) offline just to have it handy.

{% hint style="warning" %}
*In case your phone is lost, stolen, or damaged you must have the key penned down to retrieve your Ternoa account. **(Very Important!)***
{% endhint %}

<figure><img src="/files/wdRmeVbz4OnnlD00KA1j" alt="" width="563"><figcaption></figcaption></figure>

After re-entering and confirming your mnemonic key, a user must enter their details to finish the account creation. In the next step, you will be navigated to the wallet page where you can see your CAPS balance, last transactions, the option to **Send/Receive** caps, and your NFTs under the **My NFTs** tab.

<figure><img src="/files/ULxmmZDISZazBf11sDzG" alt="" width="563"><figcaption></figcaption></figure>

### Account settings & features

You can find your **Ternoa Wallet Address** in the **Profile**

<figure><img src="/files/DIn9u5uC3r2TudOmqWeT" alt="" width="563"><figcaption></figcaption></figure>

### Change Password

Here you can change the **App Password.**

<figure><img src="/files/Y7g9Eu37Hi3nBacxc3tk" alt="" width="540"><figcaption></figcaption></figure>

### Check your Mnemonic Key

Here you can check your **Mnemonic Key.**

<figure><img src="/files/yZl9WAlCpObl0AlVyYRI" alt="" width="540"><figcaption></figcaption></figure>

### Contact

From your **Address Book**, you can add and review recent contacts, and observe other accounts.

<div><figure><img src="/files/dcMg8RpNVGh1iQkLer30" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/SP8RztaI4kPZgKRttuuh" alt="" width="375"><figcaption></figcaption></figure></div>

### Observe Contacts

<div><figure><img src="/files/oj5X8lnePkij98rLmAvQ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/vvVknGdimSl2fevqN8zW" alt=""><figcaption></figcaption></figure></div>


---

# 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://docs.ternoa.network/getting-started/wallets/ternoa-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.
