> For the complete documentation index, see [llms.txt](https://maksims-organization-7.gitbook.io/daiwo-instruction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maksims-organization-7.gitbook.io/daiwo-instruction/admin-panel/assets-page.md).

# Assets page

## **Overview**

<figure><img src="/files/D1Dymch4VqArRXomA3Br" alt=""><figcaption><p>Screenshot of the Assets page</p></figcaption></figure>

<mark style="color:blue;">**Balance section**</mark>  includes:

current balance on your wallet&#x20;

<mark style="color:blue;">**Liquidity Section**</mark> includes:&#x20;

donut chart with metrics:

* liquidity amount tokens is available to buy by users&#x20;
* rest amount tokens is available for selling them

### **Depositing into Liquidity**&#x20;

To deposit into the liquidity, the admin should start by clicking on the "Deposit" button

<figure><img src="/files/cZOXIaIPiMxN1kEJSqjg" alt=""><figcaption><p>On this picture, the deposit button for deposit into the liquidity in are marked</p></figcaption></figure>

A modal page will appear, where the admin needs to select the token (DAIWO/USDT) they wish to deposit into the liquidity&#x20;

<figure><img src="/files/lUivfgS1YpHvS7zlowZt" alt=""><figcaption><p>On this picture, the token selector for choosing type token before deposit in are marked</p></figcaption></figure>

After selecting the token, the admin must enter the deposit amount

<figure><img src="/files/ZZIawrYIMvpPck5fQoES" alt=""><figcaption><p>On this picture, the Deposit Amount input field is marked</p></figcaption></figure>

&#x20;Next, click the "Confirm" button&#x20;

<figure><img src="/files/d7OsBYlSAZlyokggsHNu" alt=""><figcaption><p>On this picture, the Confirm button is marked</p></figcaption></figure>

Following this, a confirmation modal page will appear, where the admin should click on the "Yes" button to confirm the deposit

<figure><img src="/files/YGiqC0QMyNckCU8P5PGb" alt=""><figcaption><p>On this picture, the Yes button is marked</p></figcaption></figure>

After confirming the deposit, the admin will need to sign the transaction in their wallet ( Metamask, WalletConnect ) for the deposit to be successfully completed

### **Withdrawing from Liquidit**y&#x20;

To initiate a withdrawal from the liquidity, the admin should begin by clicking on the "Withdraw" button

<figure><img src="/files/iVc28aYRltWZQYDMjLcV" alt=""><figcaption><p>On this picture, the Withdraw button for deposit into the liquidity in are marked</p></figcaption></figure>

A modal page will appear, where the admin needs to select the token (DAIWO/USDT) they wish to withdraw from the liquidity

<figure><img src="/files/MZ2iEDMZ3H52kzcQv3Rd" alt=""><figcaption><p>On this picture, the token selector for choosing type token before withdraw in are marked</p></figcaption></figure>

After selecting the token, the admin must enter the withdrawal amount

<figure><img src="/files/Vf5ugBig8BXBwKoHd8Wi" alt=""><figcaption><p>On this picture, the Withdrawal Amount input field is marked</p></figcaption></figure>

Next, click the "Confirm" button

<figure><img src="/files/FISevFnSTuMczfX4EpRl" alt=""><figcaption><p>On this picture, the Confirm button is marked</p></figcaption></figure>

Following this, a confirmation modal page will appear, where the admin should click on the "Yes" button to confirm the withdrawal

<figure><img src="/files/kc1ujy41VE96FOMxLUqs" alt=""><figcaption><p>On this picture, the Yes button is marked</p></figcaption></figure>

After confirming the withdrawal, the admin will need to sign the transaction in their wallet (Metamask, WalletConnect) for the withdrawal to be successfully completed


---

# 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:

```
GET https://maksims-organization-7.gitbook.io/daiwo-instruction/admin-panel/assets-page.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.
