11. Appendix
11.1 Contract Addresses
11.1.1 BSC Mainnet
| Contract | Address | Description |
|---|---|---|
| EnclaveToken | 0x3b8Aa22B8A07074101a47EbD16d213f11Eb32fbc | Token contract |
| TokenVesting | 0x50FA7D13725302954Ad41Cb25C2F52198c7521b2 | Lock-up contract |
| NodeNFT | 0xcDaBC60cEBa3371DF2000a9176bAD8ea19C45860 | NFT contract |
| NFTManager (Proxy) | 0xa5020E751277BbC90b7c8CdeAb4434b47F543d91 | NFT management contract |
| NFTManager (Implementation) | 0x1D556d15d71026D2615F7332A2aA3b5027D00D8E | Implementation contract |
| USDT | 0x55d398326f99059fF775485246999027B3197955 | USDT token |
11.1.2 BSC Testnet
| Contract | Address | Description |
|---|---|---|
| EnclaveToken | 0xCd0Ff5Fd00BD622563011A23091af30De24E7262 | Token contract |
| NodeNFT | 0x215a35f6585923CB07Ead883b380D07Dbd7dC6d0 | NFT contract |
| NFTManager (Proxy) | 0x31C052e02281Cb04445d309bCA9eaB25dC031141 | NFT management contract |
11.2 Key Parameters
11.2.1 Token Parameters
- Total Supply: 100,000,000 $E
- Initial Supply: 70,000,000 $E
- Mining Total: 30,000,000 $E
- First 6 Years Mining: 5,000,000 $E per year
- Mining from Year 7: min(previous year's burn amount, 2,000,000 $E)
11.2.2 Node Parameters
- NFT Quantity Limit: 5,000
- Single NFT Lock: 2,000 $E
- Total Locked Amount: 10,000,000 $E
- Node Binding Limit: One node can bind up to 10 NFTs
- Lock-up Period: 1 year (12 months)
- Unlock Period: 32 months linear unlock
- Monthly Unlock: Approximately 62.5 $E/NFT
11.2.3 Reward Parameters
- NFT Reward Ratio: 80%
- Oracle Multi-signature Node Reward Ratio: 20%
- Fee Sharing Ratio: 10% to node network
- Unlock Percentage: 4% per month (25 months)
11.3 Calculation Formulas
11.3.1 Mining Amount Calculation
First 6 Years:
Annual Mining Amount = 5,000,000 $EFrom Year 7 Onwards:
Annual Mining Amount = min(Previous Year's Burn Amount, 2,000,000 $E)11.3.2 Node Revenue Calculation
Total Node Revenue = Node's Own Tokens (Unlocked Portion) + Gas Fee Revenue + Fee Sharing + Mining Output Distribution
Where:
- Node's Own Tokens = 2,000 $E × Unlock Progress (0-100%)
- Gas Fee Revenue = $E tokens paid by requesters when using Enclave Privacy system (directly paid to nodes)
- Fee Sharing = Total Protocol Fees × 10% × Node Contribution Ratio (during operation)
- Mining Output Distribution = Annual Mining Amount × 80% × Node Staking Weight (during operation)
Notes:
- 20% of mining output is allocated to oracle multi-signature nodes for maintaining network infrastructure and providing oracle services
- Nodes must bind at least one NFT to operate, this is a prerequisite for node operation
- Gas fee revenue is one of the main revenue sources for nodes. Requesters pay $E tokens as Gas fees, directly incentivizing nodes to provide high-quality proof generation services
- Enclave uses $E tokens as Gas fees, different from traditional blockchain Gas fee mechanisms, creating token use cases and value cycles11.3.3 Unlock Amount Calculation
Unlocked Amount = (Current Time - TGE - Lock-up Period) / Unlock Period × Total Locked Amount
Where:
- Lock-up Period = 12 months (365 days)
- Unlock Period = 32 months (960 days)
- Total Locked Amount = 2,000 $E (per NFT)11.4 Related Documents
11.5 Contact Information
- Official Website: https://enclave.com
- GitHub: https://github.com/enclave
- Twitter: @EnclaveProtocol
- Discord: https://discord.gg/enclave
- Telegram: https://t.me/enclave
Changelog
v1.0 (2025-01-28)
- Initial version release
- Complete economic model design
- Detailed mechanism descriptions
- Technical implementation overview
Version: v1.0
Last Updated: 2025-01-28
Maintainer: Enclave Team
This document is based on smart contract code and project documentation. All data comes from on-chain contracts and official documents. For questions, please refer to the contract code or contact the team.
[← Previous: Roadmap and Outlook](./10-roadmap-outlook)