> For the complete documentation index, see [llms.txt](https://docs.o3.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.o3.app/guides/manage-your-crypto-assets/how-to-send-receive.md).

# How to Send/Receive?

### How to use O3 to transfer funds?

#### The Common Transfer Methods:

1. Click \[Send] on the homepage to enter the asset transfer page;
2. Enter the recipient’s wallet address;
3. Choose the type of asset and enter the amount you want to transfer;
4. Set the gas fee. O3’s default setting is the most optimal. Alternatively, you can select \[fast], \[best], \[slow] from the standard column. Of course, you can customize the gas fee yourself;
5. After the above information is entered correctly and gas fee confirmed, you can click \[Next] to initiate transfer.

{% hint style="info" %}
Reminder: In the Ethereum Network, the higher the gas fee you provide, the faster the transaction is packaged. Please set a reasonable gas fee according to your transfer needs.
{% endhint %}

#### Other Transfer Methods:&#x20;

In addition to entering the address to transfer money, you can also transfer money by scanning the QR code of the receiving address. You can also add and select your frequently-used addresses.&#x20;

#### Add Contact Address:&#x20;

Click the \[Settings] button in the upper right corner of the wallet homepage and select \[contact address]. Click \[+] in the upper right corner to add your frequently-used addresses and customized name.

### How do I Receive Money with O3?

Click \[Receive] on the home page to copy your wallet address or take a screenshot of the QR code of your wallet. Send your copied address or saved QR code to the other party.


---

# 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.o3.app/guides/manage-your-crypto-assets/how-to-send-receive.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.
