> For the complete documentation index, see [llms.txt](https://whitepaper.smart-places.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.smart-places.io/whitepaper/usdspxt-token/tokenomics/liquidity-bootstrapping-event-lbe.md).

# Liquidity Bootstrapping Event (LBE)

The goal of a Liquidity Bootstrapping Event (LBE) is to make the token launch process fair for everyone, regardless of the size of their portfolio. This standard facilitates fair price discovery, protects the reputation of new projects, eliminates bot manipulation, prevents whales from price manipulation, and offers a wide distribution of tokens.&#x20;

SmartPlaces sets aside 15% of its total token supply, and LBE participants have a fixed four-day period to supply $ADA. After this period, the $ADA from participants and the tokens from the project are merged to create the initial liquidity pool.

Alongside their SPXT/ADA LP tokens, LBE participants will also receive an NFT. This NFT will enable participants to stake their SPXT/ADA LP tokens (only applicable to those obtained during the LBE) to a Boosted Farm with additional rewards. Specifically, 99% of the rewards designated for SPXT/ADA LP will be directed towards the Boosted Farm for a minimum of two years. This allocation includes 1,350,000,000 $SPXT, equivalent to 4.5% of the total $SPXT supply, allocated as incentives. Following the LBE, there will be two ADA-SPXT farm pools: one for regular farmers and one exclusively for LBE participants.

Only LBE participants can stake into the exclusive pool up to the amount of LP they acquired during the LBE.


---

# 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, and the optional `goal` query parameter:

```
GET https://whitepaper.smart-places.io/whitepaper/usdspxt-token/tokenomics/liquidity-bootstrapping-event-lbe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
