> 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/shareholders-panel/trade-page.md).

# Trade page

### Buying, Selling tokens

To initiate a token purchase, enter the desired amount in the "You give" input field

<figure><img src="/files/LR2cXlwEwuBnehmgU8qX" alt=""><figcaption><p>On this picture, the You give input field is marked</p></figcaption></figure>

Click the "Buy" button after entering the amount

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

Next, review your request on the displayed modal page and click "Continue"

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

On the following modal page, you'll find the status of two transactions: the first transaction involves approving the specified amount on the Metamask app, and the second is the actual token purchase. Approve the amount you previously entered

<figure><img src="/files/niL4NqZtrztKMAIOBZcs" alt=""><figcaption><p>On this picture, the Metamask modal window display for approving the specified amount (1st transaction)</p></figcaption></figure>

Once the first transaction is successfully mined (which may take up to 2 minutes), proceed to confirm the second transaction on the Metamask app by clicking "Next" then "Approve" button

<figure><img src="/files/LdWKuEdkYi0dF9t22AXo" alt=""><figcaption><p>On this picture, the Metamask modal window displays for confirming actual token purchase (2nd transaction).</p></figcaption></figure>

Upon successfully completing the second transaction, you will receive detailed information about both transactions

<figure><img src="/files/Teu5dPBotPCvqbJHDGaB" alt=""><figcaption><p>On this picture, displays transaction details</p></figcaption></figure>

### Selling tokens&#x20;

To sell tokens, start by clicking the "Sell" button

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

Enter the amount of tokens you wish to sell in the "You give" input field

<figure><img src="/files/Juk8x6iDoqa2Th8sh34i" alt=""><figcaption><p>On this picture, the You give input field is marked</p></figcaption></figure>

After entering the amount, click the "Sell" button

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

Review your request on the displayed modal page and confirm by clicking "Continue."

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

On the following modal page, you'll find the status of two transactions: the first transaction involves approving the specified amount on the Metamask app, and the second is the actual token sale. Approve the amount you previously entered.

<figure><img src="/files/gUkWsbjLTuCSuQIdc6l2" alt=""><figcaption><p>On this picture, the Metamask modal window display for approving the specified amount (1st transaction)</p></figcaption></figure>

Once the first transaction is successfully mined (which may take up to 2 minutes), proceed to confirm the second transaction on the Metamask app by clicking "Confirm" then "Approve" button

<figure><img src="/files/p7BNoSS4aiHYwNqnqXYC" alt=""><figcaption><p>On this picture, the Metamask modal window displays for confirming actual token sell (2nd transaction).</p></figcaption></figure>

Upon successfully completing the second transaction, you will receive detailed information about both transactions

<figure><img src="/files/2GSEv4eekczYbZQmivhw" alt=""><figcaption><p>On this picture, displays transaction details</p></figcaption></figure>


---

# 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/shareholders-panel/trade-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.
