> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/send/solana.md).

# Send Solana

SOL and tokens, and the one-time token account rent.

Open **Solana** under *Other networks*, then **Send**.

{% stepper %}
{% step %}

### Recipient and asset

Enter the **Recipient Solana address**, choose SOL or an SPL token, and the amount.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-ed1964b56d2d0c7cff62a44069ecc17a876e411d%2F01-send-sol.png?alt=media" alt="send sol"><figcaption><p>The Solana send form.</p></figcaption></figure>
{% endstep %}

{% step %}

### Token account rent

The first time a recipient receives a given token, Solana needs a *token account* for it. The wallet adds the one-time **Token account rent** to the cost and says so.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-75b8f1df20dd3f3ad587c677794e4921626755d8%2F02-ata-rent.png?alt=media" alt="ata rent"><figcaption><p>The rent line for a first-time token recipient.</p></figcaption></figure>
{% endstep %}

{% step %}

### Review and sign

The review shows a **Simulation** (advisory) and the max fee. Then the QR loop. If the network drops the transaction, **Re-send** rebuilds it with a fresh blockhash.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-b9f6c3170d094a2e4cb51fd82e6e9a71d5845039%2F03-review.png?alt=media" alt="review"><figcaption><p>Review with simulation.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
*First Solana signature? Try a harmless test message with your vault.* The Solana tutorial banner works like the [first-signature tutorial](/start-here/your-first-signature.md).
{% endhint %}

## Learn more

* [Solana review screen (Vault)](/vault/sign-a-transaction/solana.md)


---

# 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://doc.lockerprotocol.com/browser-extension/send/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.
