# Fees

## Fees

Our bot is free to set up for any user but will charge 1% for each transaction landed.

*Example:* If a user purchased $100 worth of a token and sold $100 of that token using our bots, it would cost them a total of 1% on each transaction. $1 for the buy and $1 for the sell for a total of $2.

This is tracked under our specific contract found here: |<https://solscan.io/account/LeapH5wzJBDgcAJBWsKxLkc95g8eKQC2J6rB1pTkcSr>


---

# 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.leap-blockchain.com/leap-trading-sol-bot/fees.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.
