> For the complete documentation index, see [llms.txt](https://guides.regen.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.regen.network/guides/wallets/how-to-transact/send-usdregen.md).

# Send $REGEN

### 1. Access Keplr Wallet

a. Pull up your Keplr wallet by clicking the Keplr icon in the extensions section of Chome.&#x20;

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

b. For this process, you will need the address for the wallet you are sending the $REGEN to. ([Steps for copying a Regen wallet address can be found here.](https://guides.regen.network/guides/wallets/how-to-transact/pages/ZyWYsAZR8QAAElprVqWm#4.-copy-regen-wallet-address))

### 2. Send Tokens

a. Click the "Send" button (indicated with the green box in the image above) to begin the transfer process.&#x20;

b. Enter the correct **wallet address** in the "Wallet Address" field and the **amount** you are moving in the "Amount" field. The "Memo" field is optional for transfers between Regen wallets, but can be used for any transaction notes.&#x20;

c. You can adjust your Transaction Fee by clicking to view its menu. The default fee displayed from the send screen is the "Average" fee. Increasing or decreasing your paid fees will affect how quickly your transaction is processed. A higher fee will result in a faster transaction processing time.&#x20;

d. Click "Next". A summary of your transaction will display. If everything looks to be correct, click "Approve".&#x20;

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

**Congrats! You have sent some $REGEN from one wallet to another!**&#x20;

*Note: These transactions can take a few minutes and you may need to refresh your page to see the update. You can also track your transaction (by searching the transaction ID or either wallet address) using a blockchain explorer like* [*Mintscan.*](https://www.mintscan.io/regen)


---

# 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://guides.regen.network/guides/wallets/how-to-transact/send-usdregen.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.
