> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/titan-network-en/blockchain-test/titan-wallet-and-test-token/how-to-transfer.md).

# How to Transfer

### 1. Open Keplr Wallet

Make sure you have installed and set up the Keplr wallet extension with your account logged in.

[Click here to install Keplr](https://www.keplr.app/)

<figure><img src="/files/P0h1DQfLYAK9JWVKdyBt" alt="" width="360"><figcaption></figcaption></figure>

### 2. Select the network

Select the blockchain network you want to perform transactions (e.g., Titan Testnet)

<figure><img src="/files/4KQw8NN67DkOmCsUdyZr" alt="" width="360"><figcaption></figcaption></figure>

### 3. Click "Send"

Click "Send" on the seleced network.

<figure><img src="/files/AbCWcDFjw1NVupDYrVZI" alt="" width="360"><figcaption></figcaption></figure>

### 4. Enter receiving address

Please ensure the address is correct to avoid transaction failure or asset loss

<figure><img src="/files/u0c8Pa6VwlWL0wz1wK0q" alt="" width="360"><figcaption></figcaption></figure>

### 5. Enter the transaction amount

Please ensure you have enough balance to pay the gas fee

<figure><img src="/files/eRNljQbBb98zH1wFmznl" alt="" width="360"><figcaption></figcaption></figure>

### 6. Choose gas fee

Choose the gas fee level based on your need. Paying higher gas fee usually makes your transaction confirmed faster.

<figure><img src="/files/2e3gMYaBUi8zwYL95lQR" alt="" width="360"><figcaption></figcaption></figure>

### 7. Check the transaction details, confirm and submit the transaction

Check all the details you entered carefully, including address and amount, ensure they are all correct.&#x20;

<figure><img src="/files/xPVQoh9SgJh9JsYv1bSe" alt="" width="360"><figcaption></figcaption></figure>

Click "Next" or "Confirm", and Keplr will prompt you to confirm the transaction, check again and Click "Confirm" or "Submit".

### 8. Wait for transaction to be confirmed

You can check the transaction status on Keplr.

<figure><img src="/files/a72Cmex5nsbQHAqkFrus" alt="" width="360"><figcaption></figcaption></figure>

### 9. View the transaction records

Once the transaction is confirmed, you can view the completed transaction on [Titan Blockchain Browser](https://explorers.titannet.io/).

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


---

# 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://help.titanapp.info/titan-network-en/blockchain-test/titan-wallet-and-test-token/how-to-transfer.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.
