# TBC Implementation

## BASE Bonding Curve (AMM)

The BASE token is implemented using the “CW-20 bonding” smart contract. The assumptions are that there will be 200 million BASE tokens (Supply) minted on demand and the price of each BASE token in LUNC (Reserve) will increase as more BASE is minted. BASE's TBC is defined by the following points:

<figure><img src="/files/mjdvr9KQDZhD4Mj29Cm0" alt=""><figcaption><p>BASE Bonding Curve (dollar amounts vary with LUNC price)</p></figcaption></figure>

The following chart illustrates the BASE bonding curve. The curve is well known in the business/scientific fields as the “Sigmoid” curve. It shows a project's growth over time, with a slow start, rapid growth, and eventual leveling off. Supports can use it to make informed decisions about where to invest their money. If a project is in the rapid growth phase, it may be a good time to invest for high returns, while a project in the maturity and stability phase can provide a stable return on investment. It is important to note that community activity is the only method of moving along the curve as this is a fund-raising effort. It is expected that the BASE price point will continuously move thereby generating the funds to support the community driven LUNC burn.

<figure><img src="/files/Rlmb6PAcutuThwHim7g6" alt=""><figcaption><p>BASE's Sigmoid Curve (from points in table above)</p></figcaption></figure>


---

# 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://lbun-project.gitbook.io/base-token-whitepaper/tbc-implementation.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.
