# Transactions

#### Transactions

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

The Bethel Testnet transaction interface provides users with the ability to transfer and withdraw tokens. This tutorial will guide you through both processes, help you understand the recent transactions table, and inform you about the status popups that appear after each transaction.

**Transfer Tokens**

<figure><img src="/files/7jby52MGkxiskeK6wMfk" alt=""><figcaption></figcaption></figure>

1. **Navigate to the Transfer Section**: On the Transactions page, locate the "Transfer" section.
2. **Enter Recipient's Wallet Address**:
   * Find the text box labeled "Recipient's Wallet Address" or similar.
   * Enter the wallet address of the individual or entity you wish to send tokens to.
3. **Initiate Transfer**:
   * Click the "Transfer" button to start the token transfer process.
   * You'll be prompted to enter your wallet password to authorize and complete the transfer.
4. **Status Popup**: After initiating the transfer, a status popup will appear providing details of the transaction:

   ```
   Transfer Details
   Transaction Amount: 100,000
   Transaction Hash: 0xc91045012f9ccda1ecfa528fc66fac5b2a57d4055733b8fab552c7bd5867693a
   Transaction Status: Success
   Sent To: 5HLaLzq8r7Gq24p7gefkNdu4r4WicFo5yysN5QHmUoSFZ7AR
   ```

**Withdraw Tokens**

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

1. **Navigate to the Withdraw Section**: Below the Transfer section, you'll find the "Withdraw" section.
2. **Enter Withdrawal Wallet Address**:
   * Find the text box labeled "Withdrawal Wallet Address" or similar.
   * Enter the wallet address where you wish to withdraw your tokens to.
3. **Initiate Withdrawal**:
   * Click the "Withdraw" button to start the token withdrawal process.
   * As with the transfer process, you'll be prompted to enter your wallet password to authorize and complete the withdrawal.
4. **Status Popup**: Similar to the transfer, after initiating the withdrawal, a status popup will appear providing details of the transaction.

**Recent Transactions Table**

This table provides a comprehensive view of your recent transaction activities. The columns are as follows:

* **TIME**: The exact time the transaction was initiated.
* **TYPE**: The nature of the transaction (e.g., Transfer, Withdrawal).
* **WALLET ADDRESS**: The wallet address involved in the transaction. For transfers, it's the recipient's address, and for withdrawals, it's the withdrawal address.
* **AMOUNT**: The number of tokens involved in the transaction.
* **STATUS**: The current status of the transaction (e.g., Successful, Pending, Failed).

**Note**: Always ensure you double-check wallet addresses before initiating transfers or withdrawals. Transactions on the blockchain are irreversible, and tokens sent to the wrong address may be irretrievable.


---

# 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.bethel.network/tutorials/transactions.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.
