# How our Platform Works

At point of creation, tokens are available for trading via a virtual liquidity bonding curve by users. Investors and traders contribute to the liquidity pool (LP) through buying and selling deployed tokens on the Basejump platform. Token trading is done using ETH, on Base using a smart wallet.&#x20;

The bonding curve ETH amount to be filled is customisable by the token deployer between 2 ETH & 100 ETH. Once the set ETH target is filled, the token "Jumps" from Basejump to Uniswap for trading.

When the token "Jumps" to Uniswap, the ETH target is used as liquidity.\
\
Following "Jump", future trading of the token takes place via Uniswap.

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

The token supply is used as follows:

* A percentage of it is distributed during the bonding curve phase. This is configurable by users, possible values are: 50%, 66%, 75%, 80%, 85% and 90%.
* Depending on the amount swapped during the bonding curve phase, some of the remaining supply will be used as the Uniswap V2 liquidity and some of it is burned for pricing reasons.

&#x20;Tokens can be tracked on platforms like Dex Screener and Dex Tools, and checked on scanners such as Quick Intel, Go+ Security, token sniffer, SafeAnalyzer etc.


---

# 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.basejump.pro/how-our-platform-works.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.
