> For the complete documentation index, see [llms.txt](https://lucia-protocol.gitbook.io/lucia-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lucia-protocol.gitbook.io/lucia-protocol/system-overview/tokenomics.md).

# Tokenomics

The following diagram summarizes the token flows between the Protocol and its users:

<figure><img src="https://lh4.googleusercontent.com/JPDznej7Zv9xBfah0hGLXcrJwPeysShLh4oYSUaI6aG6PmIBXykin1xbqGSCaeW4VQIyrAm7KARSY1ldQlnkhm38wNSFUJ-y6evJXKwYfbVa4_8HoudL890JEAm5azTlAJGO8L7VOY26GV5LkTsadSA" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

**Token Name: LUCI**&#x20;

Max Supply:  100,000,000&#x20;

Initial Circulating Supply: 10,000,000<br>

**Token Name 2: LCI**

Max Supply: TBD

Initial Circulating Supply: TBD

**Token Distribution**

* Public Sale via Reg A Tier 2 Offering: 10% (10,000,000 LCI)
* Team & Advisory Board: 15% (15,000,000 LCI - w/ 3-year vesting period)
* Marketing: 10% (10,000,000 LCI)
* Treasury: 33% (33,000,000 LCI)
* Community Rewards: 17% (17,000,000 LCI)

**Token Utility**

* Governance: LCI token holders can vote on proposals - is it LCI token holders as well?
* Staking: LCI token holders can stake their tokens to earn rewards&#x20;
* Discounted Fees: LCI tokens can be used to receive discounts
* We need to add Trading: LCI tokens can be used to issue arb trades<br>

**TVL Calculation for Lucia Protocol:**<br>

<figure><img src="/files/3i2ycFnpQSoQOokuDNqe" alt=""><figcaption></figcaption></figure>

In this equation, *Asset\_i* refers to the *iˆth* asset supported within the Lucia Protocol ecosystem. The term *Quantity of Asset\_i* indicates the total volume of that particular asset *(Asset\_i)*&#x74;hat is currently being lent out or utilized as collateral within the platform. Conversely, *Price of Asset\_i* denotes the present market valuation of Asseti, expressed in USD.


---

# 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://lucia-protocol.gitbook.io/lucia-protocol/system-overview/tokenomics.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.
