> 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/vault/sign-a-transaction/sui.md).

# Sui review screen

Gas budget and sponsored transactions.

{% stepper %}
{% step %}

### The transaction

**Sui operation** shows the type (**Send**, **Contract call (Move)**, **Code deployment**), the **Signer address**, the **Max fees committed (gas budget)**, the **Expiry**, and the list of **Transfers** and **Contract calls** with their **Target**.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-82390578c07cbe15cca6f9e03f038701e0a0a71c%2F01-tx-review.png?alt=media" alt="tx review"><figcaption><p>A Sui send decoded on the Vault.</p></figcaption></figure>
{% endstep %}

{% step %}

### Sponsored gas

If someone else pays the gas, the Vault says **Sponsored transaction** and shows the sponsor. That is legitimate for some apps, but check that the *sender* is still you and the transfers are what you expect.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-dcdce00bbd65d9a6b322051e4193d13a463befe2%2F02-sponsored-gas.png?alt=media" alt="sponsored gas"><figcaption><p>The sponsor warning.</p></figcaption></figure>
{% endstep %}

{% step %}

### Coins and objects

Sui moves *objects*. An object's token type is not inside the signed bytes, so the Vault notes it **cannot be verified on this device**. **ENTIRE SUI balance** means a sweep of everything minus the fee.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-52daad4ea08fb258328ea46f8a42157128215a0a%2F03-coins.png?alt=media" alt="coins"><figcaption><p>Objects transferred, with the verification note.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**A Move call the Vault does not decode** turns the strip **grey**, not red: *Move call not decoded on this device. Checked: the signing account, the network, the gas, and the objects that leave the account.* Known targets are named (*Sui framework*, *Sui system*, *Cetus*). Publishing a package stays red with its checkbox.
{% endhint %}

{% hint style="warning" %}
**CODE DEPLOYMENT** publishes or upgrades a Move package. Unless you are a developer doing exactly that, refuse.
{% endhint %}

## Learn more

* [Send Sui from the extension](/browser-extension/send/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/vault/sign-a-transaction/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.
