> For the complete documentation index, see [llms.txt](https://sol-bangers-only.gitbook.io/sol-bangers-only/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sol-bangers-only.gitbook.io/sol-bangers-only/submitting-payment.md).

# Submitting Payment

Once you've chosen your tier and the duration of your subscription, you will be presented with a payment screen that includes the details of your subscription (tier, duration, and expiration), the amount of SOL the subscription will cost, and the wallet address to send the payment to.

The screenshot below is an EXAMPLE.  DO NOT SEND SOL TO THIS ADDRESS.

<figure><img src="/files/0LXyTE0E2cDJu0xCqcyE" alt=""><figcaption><p>Example Payment Page</p></figcaption></figure>

To complete your payment, do the following:

* Copy the wallet address from the message you're give. &#x20;
* Send the amount of SOL indicated to the wallet address using any SOL wallet.
* Once you've sent the required amount of SOL, return to this message and click "Done"

The bot will listen to the wallet address given and verify the transaction once it is confirmed on-chain.  Once verified, you will receive a message that the transaction was successful.&#x20;

The bot will listen to the wallet address for 15 minutes.  If you do not send the correct amount of SOL to the correct wallet address, you will receive an error message indicating the transaction cannot be confirmed.

VERY IMPORTANT: IF YOU SEND SOL TO THE INCORRECT ADDRESS WE CANNOT RETRIEVE IT.  THERE IS NOTHING WE CAN DO ABOUT THIS.


---

# 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://sol-bangers-only.gitbook.io/sol-bangers-only/submitting-payment.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.
