# Getting Started as a Depositor

{% hint style="info" %}
Want to learn about revenue for Depositors? Head to the [Depositor](https://taoflow.gitbook.io/taoflow-docs/core-concept/depositor-page) section to learn more.
{% endhint %}

## Step 1 — Navigate to the Depositor Page

After connecting your wallet, go to the Depositor section in the main navigation menu.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FgcczI0kI4DwsGyVN9IYj%2Fdepositor_navigation.png?alt=media&#x26;token=d715638d-b306-4dfa-bf05-05383a0afe93" alt="" width="563"><figcaption></figcaption></figure>

## Step 2 — Make Your First Deposit

1. Click the Deposit button.
2. Enter the amount of TAO to deposit.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FanRPCkpRom9M0EqfDXAw%2Fdeposit_.png?alt=media&#x26;token=87d7c7e0-6e43-46e3-9d57-a39bed5692e2" alt="" width="563"><figcaption></figcaption></figure>

3. Confirm the transaction in your wallet.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FCRwR0OxIBMQPLUehda8J%2Fdeposit_confirm.png?alt=media&#x26;token=a3b0df5d-2891-42ac-aa1f-2e1ba16e7494" alt="" width="563"><figcaption></figcaption></figure>

## Step 3 — Withdraw Funds

1. Click the Withdraw button.
2. Enter the amount of TAO to withdraw.
3. Confirm in your wallet.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FwRqROj5mbBusWjMfdi2X%2Fwithdraw_.png?alt=media&#x26;token=e4bf6bac-9fdb-4f6d-8e06-f540480c73dd" alt="" width="563"><figcaption></figcaption></figure>

## Step 4 — Track Your Performance

* Address — Wallet Address.
* Balance — Current wallet balance.
* Total Deposits — Current deposited TAO.
* Deposit Percentage — Share of the total pool.
* Available Amount — TAO balance ready for withdrawal.
* Locked Amount — TAO currently deployed in the liquidity pool.
* History Table — Complete log of deposit and withdrawal activity.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FGuP26sthRNWN3CaM00HZ%2FDepositor%20Detail.png?alt=media&#x26;token=b84e8526-a081-46ad-99c0-4dfcd10d6851" alt=""><figcaption></figcaption></figure>


---

# 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://taoflow.gitbook.io/taoflow-docs/getting-started/start-as-a-depositor.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.
