FireDAO
English
English
  • FireDAO
  • 1. FireDAO Overview
    • 1.1 FireDAO Profile
      • 1.1.1 FAQ
    • 1.2 Mainnet Launch Announcement
    • 1.3 FireDAO Github
    • 1.4 Founding Team
    • 1.5 Get Started
      • 1.5.1 Minting PID to Obtain Forum ID
      • 1.5.2 Zealy Early Contributors Program
      • 1.5.3 Forum Bounty Program
      • 1.5.4 FireDAO Community Volunteers
    • 1.6 Development History and Milestones
      • 1.6.1 Development History
      • 1.6.2 Milestones
      • 1.6.3 Annual Roadmap
    • 1.7 Social Media
    • 1.8 Marketing and Partnerships
    • 1.9 Articles and Media Coverage
      • 1.9.1 Media Coverage of Rainbow City
      • 1.9.2 Media Coverage of FireDAO
      • 1.9.3 Historical Articles by RainbowKun
  • 2. The Construction of FireDAO
    • 2.1 Decentralized Society & Web3’s Soul
    • 2.2 The Essence of "Bit Civilization"
    • 2.3 Creation and Mission of RainbowCity
    • 2.4 Creation and Mission of FireDAO
    • 2.5 Phoenix Rebirth: Rising from the Ashes
  • 3. Overview
    • 3.1 Positioning
    • 3.2 Philosophy: Vision, Mission, Values
    • 3.3 Introduction of the Tokenomics
    • 3.4 How to join FireDAO
    • 3.5 FID and On-chain Reputation
    • 3.6 Community Activities
    • 3.7 Expansion of FireDAO Ecosystem
  • 4. Tokenomics
    • 4.1 Three Ecological Tokens
    • 4.2 Soulbound Account and FID Reputation System
    • 4.3 Introduction of Seven SBTs
    • 4.4 FDT Initial Issuance Plan
    • 4.5 FLM Initial Issuance Plan
    • 4.6 Ecological Revenue Sources for RainbowCity Treasury
    • 4.7 Allocation of RainbowCity Treasury Revenue
  • 5. Operational Structure
    • 5.1 FireSeed Invitation & Referral System
    • 5.2 Guild System
    • 5.3 Citynode System
    • 5.4 Global Community Management System
    • 5.5 Ecology Forum
    • 5.6 FLM Soul Airdrop and Rewards
    • 5.7 FDT Liquidity LP Mining
    • 5.8 FDT Lock-up Mining
  • 6. Community System
    • 6.1 Community Governance
      • 6.1.1 Governance Structure
      • 6.1.2 Proposal Threshold
      • 6.1.3 Voting Delegation
      • 6.1.4 Voting Execution
      • 6.1.5 Voting Result
      • 6.1.6 Result Execution
      • 6.1.7 Guardians Contract
    • 6.2 Community Participation and Contribution Guide
    • 6.3 Ecosystem Partners and Collaborative Projects
    • 6.4 Community Events and Competitions
    • 6.5 Community Support and User Services
  • 7. FireDAO Technical and Design
    • 7.1 Development Overview
    • 7.2 Development Structure
    • 7.3 Development Documentation and Sample Code
    • 7.4 Decentralized Data Storage
    • 7.5 Integration and Extensibility Interfaces
    • 7.6 User Guides & Tutorials
    • 7.7 Frontend Files and Tutorials
    • 7.8 Contract Risks and Audits
    • 7.9 Subgraphs and Decentralized Indexing
  • 8. Risk Management and Security
    • 8.1 Project Risks and Considerations
    • 8.2 Data Security and Privacy Protection
    • 8.3 Smart Contract Audit and Security
    • 8.4 Community Governance and Risk Management
  • 9. Legal Compliance and Disclaimer
    • 9.1 Legal Compliance and Regulatory Requirements
    • 9.2 Disclaimer and Limitation of Liability
    • 9.3 Intellectual Property and Open Source Licenses
Powered by GitBook
On this page

Was this helpful?

  1. 1. FireDAO Overview

1.3 FireDAO Github

These contracts are currently being developed by the FireDAO team and have not yet undergone an audit. The official mainnet release version in the future will prioritize the audited versions.

Previous1.2 Mainnet Launch AnnouncementNext1.4 Founding Team

Last updated 1 year ago

Was this helpful?

No.
Contract Name
Contract Introduction
Github Address

1.

FirePassport

Passport Contract is a contract that allows users to register a passport and generate a unique identifier called PID (Passport ID).

2.

Fire Lock

The Locking Contract allows users to lock tokens and set recipients with specified amounts. Once unlocked, recipients can claim their tokens.

3.

FireSeed

The Seed Contract is an ERC1155 contract that establishes referral relationships by passing seeds.

4.

FireSoul

The FireSoul Contract generates an ERC721 FireSoul token by burning a Seed token, provided that the wallet has a PID. Generating a FireSoul token will also create a unique identifier called FID.

5.

Reputation

The On-chain Reputation Contract is linked to FID and records users' on-chain scores in real-time based on blocks.

6.

SBT-(001-007)

There are 7 ERC20 tokens with only minting and burning functions. Users' scores are recorded based on the quantity of tokens they hold.

7.

Finance Management Distribution

Finance management contract is responsible for distributing funds within the contract.

8.

CityNode

The CityNodes contract allows the creation of city nodes when a certain number of on-chain reputation points is reached. Each city node generated is an ERC1155 NFT. Anyone with an FID can join a city node.

9.

Guilds

The Guild contract is responsible for the creation and management of guilds.

10.

Buyback & Burn

The Buyback & Burn contract is a management contract designed to receive funds and distribute them for buyback and burn purpose.

11.

Realtime Burning Pool

Yes, that's correct. The Real-time Buyback Pool contract facilitates regular buyback and burn operations within the system.

12.

Emergency Pool

The Emergency Buyback Pool is designed to be triggered when the price of FDT drops by 20%. It allows for buyback and burn operations to be initiated in such emergency situations.

13.

auto LP

The Automatic LP Reinvestment contract facilitates the conversion of WETH within the contract into FDT tokens and adds liquidity to the pool.

14.

FLM/FDT Swap

Convert FLM to FDT based on the decentralized market price.

15.

OG swap FDT

Ratio of FDT-OG swap FDT is 1:1

16.

Seed Donation

Seed Round Donation contract allows for the conversion of ETH to FDT at a specific price.

https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/FirePassport.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/FireLock.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/FireSeed.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/FireSoul.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/ReputationV2.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/erc20/SBT-001.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/TreasuryDistribution.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/CityNode.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/Guild.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/poolManager.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/emergencyPool.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/normalPool.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/autoLp.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/FlameFdtExchange.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/FlameFdtExchange.sol
https://github.com/FireDAOlab/FireDAO-Protocol/blob/main/contracts/SeedDonation.sol