> For the complete documentation index, see [llms.txt](https://evmdocs.acala.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://evmdocs.acala.network/tooling/metamask/simple-transactions.md).

# Simple transactions

MetaMask can be used to transfer ACA in the same manner, you would transfer Ether in Ethereum network:

1. Open and unlock the MetaMask
2. Click on **Send** option
3. Paste the EVM account address that you want to send the ACA to and input the amount of ACA you want to send and click **Next**
4. Verify that the transaction data is correct and click **Confirm**
5. You are done! The ACA has been sent to the desired address

![MetaMask => Send => Input amount & Next => Confirm](/files/smMZgMHwuPj4X8cyvwlA)

{% hint style="info" %}
before sending any transaction, please don't change the default `gasPrice` or `GasLimit`, otherwise transaction will fail. ([why?](/miscellaneous/faqs.md#why-tx-failed-after-i-manually-changed-gas-params-in-metamask))
{% endhint %}

{% hint style="info" %}
if we are using local mandala, everytime we restart the local mandala node, we need to reset metamask for local network, so the nonce and cache will be cleared: `settings => advanced => reset account`. ([why?](/miscellaneous/faqs.md#why-metamask-tx-doesnt-confirm-with-local-mandala))
{% endhint %}


---

# 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://evmdocs.acala.network/tooling/metamask/simple-transactions.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.
