> For the complete documentation index, see [llms.txt](https://last-survivor.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://last-survivor.gitbook.io/whitepaper/how-economy-works/two-token-system.md).

# Two–token System

<div align="center"><img src="/files/1dMS3amrgXcMUBzLwRag" alt=""></div>

<mark style="color:purple;">**LSC (Last Survivor Coin – Governance)**</mark>&#x20;

<mark style="color:blue;">**LSG (Last Survivor Gem – Reward token)**</mark>

We use two token systems (LSC – LSG) to ensure the sustainability & scalability of the ecosystem as well as provide economic incentives to encourage players to participate in the ecosystem activities.&#x20;

The purpose is to:

* Reward players for interacting with Battle Royale while incentivizing them to utilize tokens for transaction&#x20;
* Create an internal circulating economy.&#x20;
* To decentralize the ownership and governance of Last Survivor.

<table><thead><tr><th>            Description</th><th width="217">                    LSC</th><th>                  LSG</th></tr></thead><tbody><tr><td></td><td>Governance token</td><td>Reward token</td></tr><tr><td>Total supply</td><td>1,200,000,000</td><td>Unlimited</td></tr><tr><td>Blockchain network</td><td>BSC (Bep-20)</td><td>BSC (Bep-20)</td></tr></tbody></table>

<table><thead><tr><th width="235">          Ways to earn Token</th><th align="center">                   LSC</th><th align="center">                   LSG</th></tr></thead><tbody><tr><td>Battle</td><td align="center"></td><td align="center">X</td></tr><tr><td>Quest</td><td align="center"></td><td align="center">X</td></tr><tr><td>Battle Pass</td><td align="center"></td><td align="center">X</td></tr><tr><td>Ranking Rewards</td><td align="center"></td><td align="center">X</td></tr><tr><td>Guild War</td><td align="center"></td><td align="center">X</td></tr><tr><td>Tournament</td><td align="center">X</td><td align="center">X</td></tr><tr><td>NFT Market</td><td align="center">X</td><td align="center"></td></tr><tr><td>Special Events</td><td align="center">X</td><td align="center"></td></tr><tr><td>Staking</td><td align="center">X</td><td align="center"></td></tr><tr><td>User ref</td><td align="center">X</td><td align="center"></td></tr></tbody></table>

<table><thead><tr><th width="250.2030499183875">          Ways to utilize token</th><th align="center">                  LSC</th><th align="center">                  LSG</th></tr></thead><tbody><tr><td>Training Fighter</td><td align="center">X</td><td align="center">X</td></tr><tr><td>Buy Fighter Chest</td><td align="center">X</td><td align="center">X</td></tr><tr><td>Reward to streamers</td><td align="center"></td><td align="center">X</td></tr><tr><td>Bet on matches</td><td align="center"></td><td align="center">X</td></tr></tbody></table>


---

# 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://last-survivor.gitbook.io/whitepaper/how-economy-works/two-token-system.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.
