> 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/solana.md).

# Solana

<details>

<summary><strong>What is the minimum Sol balance required to start using the bridge?</strong></summary>

0.05 Sols when bridging from Sol and non-zero Sol balance when bridging to Sol

</details>

<details>

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

xSol is the wrapped Sol token on the Algorand network. When you bridge Sol from Solana to Algorand, you receive xSol on the destination chain (Algorand).

</details>

<details>

<summary><strong>What is Optin and why should I do it prior to bridging Sol to Algorand?</strong></summary>

On Algorand, before you are able to receive an Asset, you need to optin to it. This will be handled by the system via the optin button. You will get an optin alert when the app detects that you are not opted-into xSol asset on Algorand. Be informed that Algorand Asset ID for xSol is (75394438).

</details>

<details>

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

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

</details>

<details>

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

The following wallets are supported on Solana:

* Phantom
* Solflare

</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/solana.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.
