> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/lecube-eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixmarvel.gitbook.io/lecube-eng/token/about-lct.md).

# About LCT

**Token: LCT**

**Introduction**

LCT, or LeCube Token, is an incentive token used to motivate users' creativity. Once having composed a stunning NFT creation, the creator can either upload it to the Copyright Center or sell it directly on the Creations Marketplace. Whether NFT works are adopted (number of adoptions is unlimited) or purchased, creators will be rewarded with LCT and truly gain revenue through their creativity.

**Allocation**

LCT Total Supply：480,000,000

1）LCTs are released by the creators building Cubes into NFTs

• Creators 85%    • Official 5%    • Reward Pool 4%    • Liquidity Rewards 4% (released by the results of community voting)

2）LCTs are released before staking of mainstream tokens

• Lootbox Airdrop 1%    • Uniswap Liquidity 1%

Production Reduction

• When Cube supply decreases, LCT release decreases accordingly

• When Cube supply decreases, LCT recovery decreases accordingly

**LCT Release**

Composing Cubes into an NFT creation is rewarded in the form of LCT.

• LCT Output = The number of Cubes composed \* 100 \* 0.7 ^ (Cycle Factor – 1)

• 85% is assigned to the creator when producing LCT

• The first cycle factor = 1

• 180 days per cycle

**LCT Recovery**

LCT is recycled when NFT is decomposed back into Cubes.

• Recycled LCT = Number of Cubes composed \* 100 \* 0.7 ^ (Cycle Factor -1)

• The first cycle factor = 1

• 180 days per cycle

**LCT Application**

1\) Copyright Function: Users adopt other people's NFT creations through LCT

• Users can choose to put their NFT creations copyright in the Copyright Center to earn LCT revenue.

• The Copyright Function supports other users to adopt NFT creations that have already had their copyright put in the Copyright Center. Adoption requires payment of LCT.

• The adopted item is presentable and can be used for creating. Nonetheless, without NFT attributes, separate decomposing of adopted creations will not provide Cubes.

• Number of LCTs to be paid for other users' NFT creations copyright = Number of Cubes contained in the adopted NFT creations (Including both the number of adopted and personally composed Cubes) \* 15

2）Transaction Payment: Users use LCT to trade NFT within the platform

Transaction handling fee paid by the buyer (LCT quantity) = Transaction amount \* 0.0375


---

# 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://mixmarvel.gitbook.io/lecube-eng/token/about-lct.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.
