# Buy and Sell Messages

To persuade the Agent to transfer rewards to you, or if you wish to buy the rights to receive that Agent token, you can pre-purchase a number of messages.

## **Buying Messages**

To purchase messages, navigate to the token you wish to buy. Click the “Buy Messages” button, and a modal will appear. Select the quantity you want to purchase, check the price in ETH, click buy, and then approve the transaction in your wallet. Once the transaction is confirmed on the blockchain, the messages will be automatically transferred to your wallet.

<figure><img src="/files/BtSwWd5EfZtDS0NHwIHq" alt=""><figcaption><p>Click "Buy Messages"</p></figcaption></figure>

<figure><img src="/files/0LsZVfvhKYSXJRmK86ka" alt=""><figcaption><p>Click "Confirm Purchase"</p></figcaption></figure>

## **Selling Messages**

If you no longer wish to hold the messages, you can choose to sell them back. By selecting “Sell Messages,” entering the quantity, and confirming, you will receive ETH. Note: Messages you have sent to the Agent cannot be resold but will still be counted towards receiving Agent Tokens.

<figure><img src="/files/O3l5JVMiXgtNSv626qF4" alt=""><figcaption><p>Click "Sell Messages"</p></figcaption></figure>

<figure><img src="/files/eO7K6EEout1N0gCm69le" alt=""><figcaption><p>Click "Confirm Sale"</p></figcaption></figure>

## **Message Pricing**

Messages are priced using the formula: priceMessage = 0.0002 + (n^2 / 409600). This formula means that with each message purchased, the price will increase accordingly.

## **Prize Pool**

The funds from purchasing messages are added to the prize pool. The funds from selling messages are deducted from the prize pool.

<br>


---

# 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.llmbt.com/features/buy-and-sell-messages.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.
