# Sending Transactions

Make sure you've set up your Math Wallet extension according to the directions in [Download & Setup](https://docs.harmony.one/home/wallet-guides/mathwallet/download-and-setup).

## Opening Web Wallet

You will need to open Web Wallet in order to view account details and perform transactions.

1. Please select the wallet you want to open and click **Web Wallet** on the Math Wallet extension popover interface.
2. After clicking Web Wallet, a new tab will open asking you to login into Math Wallet, click on login and you will enter the Web Wallet.

## Sending transactions

1. Specify the shard you want to pull funds from using the **Shard** dropdown in the sidebar.
2. Specify which account you want to send funds to using the **To Address** field.
3. Specify which shard you want to send funds to using the **Shard** dropdown to the right.
4. Specify the amount you wish to send in the **Transfer Amount** field.
5. Specify the gas price you wish to pay using the **Fee** slider. *Gas* is a fee charged by the network for the computational work of mining a transaction into the blockchain.
6. Click **Transfer** to complete the transaction! You will be shown a **transaction receipt** before finalizing the transaction.

![](/files/-LyoWBtjQmd6z3QwYPV9)


---

# 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.harmony.one/home/general/ecosystem/wallets/browser-extensions-wallets/mathwallet/send-tx.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.
