Page cover

Architecture

3. Technical Architecture

3.1 Smart Contract Design

The $BFF smart contract is built on Solana and includes:

  • Automated tax collection system

  • WBNB reward pool management

  • Time-based distribution trigger (10-minute intervals)

  • Proportional calculation algorithm for fair distribution

3.2 Security Measures

  • Contract audit

  • Open-source code verification

  • Time-locked ownership functions

  • Multi-signature authorization for critical functions

  • Integrated fail-safe mechanisms

3.3 Workflow Process

  1. User executes a $BFF transaction (buy or sell)

  2. Smart contract automatically collects 5% tax

  3. Tax is aggregated in the reward pool

  4. Every 10 minutes, the contract:

    • Calculates each holder's proportion of total supply

    • Distributes equivalent proportion of BNB rewards

    • Resets for next distribution cycle

Last updated