> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lxdao.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 治理代币：LX

> LXDAO 的目标是构建一个 Web3 公共物品生态系统，未来 $LX 将成为 Web3 公共物品生态系统中流通的基础代币。

## **基本信息**

* 代币名称：\$LX
* 总量：1,000,000,000（10 亿枚）

未来发布的详细信息将与社区讨论并公开。

## **获取方式**

* 早期贡献者或参与资助
* 参与社区贡献，积累贡献值即可获得空投
* 回溯性空投
* 生态合作伙伴等

## **应用场景**

* 治理
* 生态系统实用功能型代币
* 会员资格和计划奖励

<table style={{ width: '100%', textAlign: 'left' }}>
  <thead style={{ backgroundColor: '#c4c4c42e',width:'100%' }}>
    <tr>
      <th style={{ width: '200px',padding:'10px' }}>Item</th>
      <th style={{ width: '60%',padding:'10px' }}>Ratio</th>
    </tr>
  </thead>

  <tbody>
    {
          [
          { label: 'Early Contributors', value: '20%' },
          { label: 'Community', value: '50%' },
          { label: 'Public Seed', value: '2%' },
          { label: 'Liquidity', value: '3%' },
          { label: 'Seed', value: '10%' },
          { label: 'Strategic', value: '10%' },
          { label: 'Airdrop', value: '2%' },
          { label: 'Seed', value: '10%' },
          { label: 'Strategic', value: '10%' },
          { label: 'Airdrop', value: '2%' },
          ].map((item, index) => (
                <tr key={index}>
                  <td style={{padding:'10px' }}>{item.label}</td>
                  <td style={{padding:'10px' }}>{item.value}</td>
                </tr>
              ))
          }
  </tbody>
</table>
