> For the complete documentation index, see [llms.txt](https://docs.ethernity.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethernity.cloud/wallet/send-enty.md).

# Send ETNY - Optional step

### Bergs

In order to send ETNY from one wallet to another or to pay for computing tasks you will need bergs from the Bloxberg blockchain to pay the transaction fee. In order to obtain bergs you will need to go to <https://faucet.bloxberg.org/> and request bergs for free. Just put use your public wallet address and your bergs will be added to your wallet in up to 2 minutes.&#x20;

![](/files/iAfyCiM49keNGuX1vG0Q)

### Send ETNY

To send ETNY you have to click on "Send ETNY" button as shown below. Please note the button will be shown when you hover with your mouse next to the arrow.

![Click on "SEND ETNY"](/files/-MZIdUs8FRaejZ3N1RIN)

### Add Recipient

Paste the public wallet address of the person you want to sent ETNY and click Next. In this case from my 2 ETNY I'm going to send 1 ETNY to **0x2a97...1021.** The transaction fee will be paid in **bergs** so make sure you have bergs available!

![Click Next after you've pasted the wallet address](/files/-MZFOPUB5z6oF5VpAK8S)

### Confirm

Please confirm the transfer.

![Click "Confirm"](/files/-MZFOwcvYK4ZByilGrzU)

### Pending

While you wait for the transaction to be completed you can see the Status of the transaction by clicking on the ETNY Token.

![](/files/-MZFPELkgUbayZ9Cn-wj)

### Success

After a short period of time you can see the transaction has been successful.

![](/files/-MZFPTVfIYTrib7-5apt)

### Transaction details

You can also see the transaction details by clicking on the "Send ETNY" button after the transaction has been completed

![](/files/-MZFQDBv9yep0AkCIpJ7)


---

# 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.ethernity.cloud/wallet/send-enty.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.
