# How to send Expanse?

The [Expanse Wallet](https://github.com/expanse-org/mist/releases) supports sending expanse via a graphical interface.

Expanse can also be transferred using the **gexp console**.

\> var sender **=** exp.account&#x73;**\[**&#x30;**]**;\
\> var receiver **=** exp.account&#x73;**\[**&#x31;**]**;\
\> var amount **=** web3.toWe&#x69;**(**&#x30;.01, “expanse”**)**\
\> exp.sendTransactio&#x6E;**({**&#x66;rom:sender, to:receiver, value: amoun&#x74;**})**

For more information of Expanse transfer transactions, see [Account Types, Gas, and Transactions](http://docs.expanse.tech/en/latest/contracts-and-transactions/account-types-gas-and-transactions.html#account-types-gas-and-transactions).

Expanse is unique in the realm of cryptocurrencies in that expanse has utility value as a cryptofuel, commonly referred to as “gas”. Beyond transaction fees, gas is a central part of every network request and requires the sender to pay for the computing resources consumed. The gas cost is dynamically calculated, based on the volume and complexity of the request and multiplied by the current gas price. Its value as a cryptofuel has the effect of increasing the stability and long-term demand for expanse and Expanse as a whole. For more information, see [Account Types, Gas, and Transactions](http://docs.expanse.tech/en/latest/contracts-and-transactions/account-types-gas-and-transactions.html#account-types-gas-and-transactions).


---

# 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://docs.expanse.tech/miner/how-to-send-expanse.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.
