> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/tutorials/flits-wallet-app/wallet-operations-send-receive-transaction-history.md).

# Wallet Operations ( Send, Receive, Transaction history)

## Receiving coins

Receive coins from an external wallet using your dedicated wallet address

### Step 1

* From the specific coin's wallet overview (i.e. FLS wallet), select '**Receive**'

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

### Step 2

* Copy or share your wallet deposit address&#x20;

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

## Sending coins&#x20;

Send coins to yourself or external wallets

### Step 1

* While on the Wallet overview page, choose '**Send**'.&#x20;

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

### Step 2

* Enter the recipient's wallet address and amount as seen in the image below:
* Click on '**Send coins**' when done

<figure><img src="/files/87voUrUdMOqKWNWAbqXy" alt=""><figcaption></figcaption></figure>

### Step 3

* Confirm the transaction to initiate the transfer

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

### Step 4

* Get a confirmation indicating the transaction was successful

<figure><img src="/files/AWBsPS7EU7jJeiM1M9gC" alt=""><figcaption><p><br></p></figcaption></figure>

## Transactions history

* Switch to the 'T**ransactions**' tab to view all transactions related to a specific coin.

<figure><img src="/files/atFhKJsp9avZ7cgIqLPh" 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:

```
GET https://docs.decenomy.net/tutorials/flits-wallet-app/wallet-operations-send-receive-transaction-history.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.
