> For the complete documentation index, see [llms.txt](https://messinaone.gitbook.io/messina/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://messinaone.gitbook.io/messina/bridge/algorand-asset-opt-in.md).

# Algorand Asset Opt-in

On the Algorand blockchain, you have the ability to choose what asset(s) you can receive by opting-in or opting-out through your Algorand wallet.&#x20;

When opting-in to an asset, a small transaction fee of 0.001 ALGO will be deducted from your wallet balance.&#x20;

## How to Opt-In

1. To opt-in to an asset, you will need to know the asset ID.&#x20;
2. Once you have the asset ID, you can opt-in by adding the asset in your wallet.
3. Click on the "Add Asset" button.

<figure><img src="/files/6KnhjUmkTKLAl5tevdDu" alt="" width="188"><figcaption><p>Example of adding an asset on Pera mobile wallet</p></figcaption></figure>

4. Enter the asset ID into the search bar and the corresponding token will appear. Click to select it.

<figure><img src="/files/CC9719unfKZOHVbJKw9M" alt="" width="188"><figcaption></figcaption></figure>

5. Finally, click on "Approve" to opt-in to the asset.

<figure><img src="/files/jEnY51xZ6P94vlBD2MjY" alt="" width="188"><figcaption></figcaption></figure>

6. Once that is done, the asset will have been added to your Algorand wallet.

<figure><img src="/files/Y0RvTshxD8u61MDvO1iw" alt="" width="188"><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://messinaone.gitbook.io/messina/bridge/algorand-asset-opt-in.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.
