# Buy/Sell

* Click the Buy/Sell button to purchase or sell tokens.

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

* After clicking, enter the contract address of the token you wish to buy or sell.

<div><figure><img src="/files/LNqX7taATg8XK6DsdygV" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/ABUaoscK0SShGvhUlLCi" alt="" width="375"><figcaption></figcaption></figure></div>

* After entering the token contract address, you can view the token's current price, market cap, 24-hour trading volume, price change, buy/sell taxes, as well as the creation date of the trading pool, liquidity, and additional information like links to DexScreener, DexTools, Twitter, and Telegram.
* If you want to purchase, select the quantity or enter a custom amount for one-click buying.
  * For example: Entering 0.1 means buying an amount worth 0.1 ETH or SOL. Once the input is complete, the purchase will be executed immediately; the same applies to selling.
    * ![](/files/LXmKJIN4isbkh3t9HBmK)![](/files/Zb7YDDeP674pkfH2kd2j)
* If you want to sell, choose the selling percentage or set up a limited order, sell at double the purchase price, or liquidate your position.
  * Based on your trading habits, you can personalize your selling settings in the options.

#### **Slippage Settings**

* For different tokens, click on Settings in the Buy/Sell feature; you can adjust transaction priority fees and slippage settings to improve the likelihood of successful trades.

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

<div><figure><img src="/files/mBMeIrAKxyDzdfkmpAiK" alt="" width="321"><figcaption></figcaption></figure> <figure><img src="/files/PeDYOAz3iHj3ENKCozBM" alt="" width="332"><figcaption></figcaption></figure></div>

#### **Limit Order Settings**

* Click the Limit Order function button to sell tokens at a specific price or market value.
  \*

  ```
  <figure><img src="/files/UdcRKzYADWEgPGqOgsp5" alt=""><figcaption></figcaption></figure>
  ```
* Click Add Order and enter the contract address (CA) of the target token.
  \*

  ```
  <figure><img src="https://r56p336q3a.feishu.cn/space/api/box/stream/download/asynccode/?code=NjU0NDQ1MjQ2ZmFiYWIzMzQwOTQ1Y2JhOTI3NWU2ZTVfd0FpdlVRQ0drTDdlSGJXbHVNTWF0WW1Ib0Jqc3oxeWxfVG9rZW46R0dudmJFNmpubzJOTnh4eXU3cWNraE9CblJiXzE3MjM1NTcwNjM6MTcyMzU2MDY2M19WNA" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/Qq2RYjx2CYnQk4A1LpUI" alt=""><figcaption></figcaption></figure>
  ```
* Depending on your needs, you can choose to buy/sell at a specific price, based on a certain price increase percentage, or at a specific market value.
  \*

  ```
  <figure><img src="/files/NgG7KXZagnM66Dzsw8D8" alt=""><figcaption></figcaption></figure>
  ```

<br>

#### Generate PnL Chart

Click "PnL Chart" to generate a personalized profit chart:

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

1. **Doubling**: A doubling value greater than 0 indicates a profit.

{% code fullWidth="true" %}

```
The calculation formula is (Total Sell Amount+Current Holding Value−Total Buy Amount)/Total Buy Amount. 
```

{% endcode %}

1. **Current Holdings**: The total value of tokens purchased multiple times, calculated at the current market price.
2. **Total Buy**: The total amount spent on buying tokens multiple times.
3. **Total Sell**: The total revenue obtained from selling tokens multiple times.
4. **Duration**: The time interval from the first purchase to the last sale.

<div><figure><img src="/files/1DHGKKyPGzCFbVec9Jgm" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/migRImSIn7ol8tJ9dfOL" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/KRIBW0ZnkVOTmcHZwHjm" alt="" width="188"><figcaption></figcaption></figure></div>


---

# 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://pinkpunk.gitbook.io/pinkpunk/product-introduction/markdown/interactive-blocks.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.
