# 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: 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:

```
GET https://messinaone.gitbook.io/messina/bridge/algorand-asset-opt-in.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
