# Propose Transaction

Below shows how to propose a send transaction.

<figure><img src="/files/jBX2S0doz4tm1KMJLcR7" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2HwFPWUBy7oHZkmcUo40" alt=""><figcaption></figcaption></figure>

By default, the proposer has to approve first to continue. Note, proposer is also the one to pay gas fees of this transaction, co-managers do not pay gas fees whether they approve or reject the transaction.

<figure><img src="/files/pRZdc3JwCFP76uJ2BDvC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ahZu77nw72wkWNSIpxxQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/STWDxkwlosrVjJlQW8Z5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9ZIlIcpQTpHhhArt4vsm" alt=""><figcaption></figcaption></figure>

Once the proposer approves a transaction, the proposer has the opportunity to change their decision by using "Change my vote" button.


---

# Agent Instructions: 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:

```
GET https://doc.m-safe.io/sui/user-guide/propose-transaction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
