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

# Send Sui

SUI and coins.

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

{% stepper %}
{% step %}

### Recipient

Enter the **Recipient Sui address** or a **SuiNS name**. *This SuiNS name does not resolve* means the name is unknown.

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

{% step %}

### Coins

Choose SUI or another coin. Coins marked **unverified** are not on the wallet's list: *N coin type(s) this wallet does not verify - tap to see them*.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-ddebecd7184b668557673e50fc6a4657cf0922ea%2F02-coins.png?alt=media" alt="coins"><figcaption><p>Coin choice with the unverified badge.</p></figcaption></figure>
{% endstep %}

{% step %}

### Review and sign

Review the gas budget, then the QR loop.

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

## Learn more

* [Sui review screen (Vault)](/vault/sign-a-transaction/sui.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/sui.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.
