> ## 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.

# 国库资金

## **国库资金使用范围**

国库地址 (eth:0xB45e9F74D0a35fE1aa0B78feA03877EF96ae8dd2)

以下对 LXDAO 金库资金使用范围进行明确。在此范围内的资金金申请，可在提案以及申请内详细列出：

1. LXDAO 基础设施（官网等）需要支付的服务器、域名等硬性开支。
2. LXDAO 社区项目，需要人员以及开发费用，以及支付的服务器、域名等硬性开支。
3. LXDAO 社区工作组，需要人员以及开发费用，以及支付的服务器、域名等硬性开支。
4. LXDAO 重要社区项目，需要人员以及开发费用。
5. LXDAO 重点要研究的大型课题，需要经费。
6. LXDAO 外部合作项目，需要经费。

## **资金管理**

当 LXDAO 项目产生收入时，资金需先经过 LXDAO 国库，并按照提案规则进行分配。

## **多签委员会**

多签委员会是 LXDAO 的国库库控制者，每半年轮换一次，成为多签需经过论坛提案竞选和 Snapshot 提案投票通过，只有持有 buidler card 或者 investor 才可被提名为多签竞选者。

[Mult-Sig Owner Rule](https://www.notion.so/Mult-Sig-Owner-Rule-9508aace6d444c5eb7281bf788fc135e?pvs=21)

<table style={{ width: '100%', textAlign: 'left'}}>
  <thead style={{ backgroundColor: '#c4c4c42e',width:'100%' }}>
    <tr>
      <th style={{ width: '200px',padding:'10px' }}>Season</th>
      <th style={{ width: '50%',padding:'10px' }}>Name</th>
      <th style={{ width: '200px',padding:'10px' }}>Proposal</th>
    </tr>
  </thead>

  <tbody>
    {[{
              season: 'Season1&Season2',
              members: 'Satoshi Natsu, Yootou, Shep, Zhu lei,Bububut',
              link: '~'
          },
          {
              season: 'Season3&Season4',
              members: 'Muxin, Bruce, Yootou, Kuncle, Owen',
              link: 'https://snapshot.org/#/lxdao.eth/proposal/0x9a343e51a1f536153d740dbf1d4d3b5d87491d59ac16e96149ce48e42fc7d915'
          },
          {
              season: 'Season5&Season6',
              members: 'Muxin, Bruce, Tracy, Kuncle, Sally, Marcus, Kahn',
              link: 'https://snapshot.org/#/lxdao.eth/proposal/0xd787f4b760488332a3ac8d412e7115e44313302e4eb2bf9f075728d7d6877ffa'
          }].map((item, index) => (
              <tr key={index}>
                  <td style={{padding:'10px'}}>{item.season}</td>
                  <td style={{padding:'10px'}}>{item.members}</td>
                  <td style={{padding:'10px', wordBreak: 'break-all' }}>
                      {item.link === '~'? item.link : <a href={item.link} target="_blank" rel="noopener noreferrer">{item.link}</a>}
                  </td>
              </tr>
          ))}
  </tbody>
</table>
