# Assets Management

### **1.Viewing and Receiving Assets**

* On the **"Wallet"** homepage, you can clearly view all your assets across different networks and their corresponding values.

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

* Tap on any token to access its details page, which includes your **wallet address** and **QR code**. Others can send assets to you by scanning this QR code or copying your address.

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

### **2. Sending Assets**

* On the **"Wallet"** homepage, tap on the token you wish to send.
* Click the **"Send"** button.

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

* Enter the recipient’s wallet address, the amount to send, and select the appropriate network and gas fee.

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

* After confirming the transaction details are correct, click **"Confirm"** to complete the transfer.

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

### **3. Token Swap**

CornWallet features a built-in convenient **token swap** function, allowing you to exchange between different cryptocurrencies directly within the wallet.

* On the **"Wallet"** homepage, select the **"Swap"** function.
* Choose the token pair and the amount you wish to exchange.
* The system will automatically find the optimal swap route and rate for you.
* Once confirmed, authorize and complete the swap.

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


---

# 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://corndex.gitbook.io/cornwallet/wallet-transaction/assets-management.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.
