# 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](https://399453287-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAr4HPdeSWiuUx1XzEALT%2Fuploads%2FizTSTXZtywo4FpahnDWJ%2Fimage.png?alt=media\&token=920b3f88-c7e2-470d-86b3-c94331aacbd9)

{% hint style="info" %}
before sending any transaction, please don't change the default `gasPrice` or `GasLimit`, otherwise transaction will fail. ([why?](https://evmdocs.acala.network/miscellaneous/faqs#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?](https://evmdocs.acala.network/miscellaneous/faqs#why-metamask-tx-doesnt-confirm-with-local-mandala))
{% endhint %}
