> For the complete documentation index, see [llms.txt](https://docs.glitterfinance.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-faq/algorand.md).

# Algorand

<details>

<summary><strong>What is the minimum for bridging with Algo?</strong></summary>

The minimum amount for bridging with Algo is 5 Algo. You can bridge as much as you like once you met the minimum requirements set by the bridge.

</details>

<details>

<summary><strong>What is xAlgo?</strong></summary>

xAlgo is a wrapped Algo token on the Solana network. When you bridge Algos from Algorand to Solana, you receive xAlgo on the destination chain (Solana).

</details>

<details>

<summary><strong>What is ATA and why should I create it prior to bridging Algo to Solana?</strong></summary>

ATA stands for Associated Token Account, and it is based on the Solana network's architecture that requires an associated account to be generated for every non-native token (Asset) in a user's wallet so that the user is able to send and receive that token (asset). The create ATA button will take care of that process for you, when the app detects that you do not have an associated account for xAlgo on Solana. Please note that the Solana Asset ID for xAlgo is 'HMx8h6yJf7kEMYzrVcgcvLSihrZkLeoXpX6SKrMaNKVK'

</details>

<details>

<summary><strong>What is the minimum USDC balance required to start bridging from/to</strong> Algorand<strong>?</strong></summary>

1 USDC when bridging from Algorand and 1 USDC balance when bridging to Algorand (but 10 USDC if bridging from Ethereum).

</details>

<details>

<summary>What wallets I can use for Algorand?</summary>

The following wallets are supported on Algorand:

* MyAlgo
* Pera
* Defly
* Exodus

</details>


---

# 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.glitterfinance.org/glitter-crosschain-platform/bridge-faq/algorand.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.
