Skip to content

Instantly share code, notes, and snippets.

@k2-hectagon
Created August 26, 2022 11:06
Show Gist options
  • Save k2-hectagon/49431c74a5a1ba9fc2ba37f0a92fe61f to your computer and use it in GitHub Desktop.
Save k2-hectagon/49431c74a5a1ba9fc2ba37f0a92fe61f to your computer and use it in GitHub Desktop.
graph TD
  Retail --> |1.0_Buy Bond_BUSD/LP|Treasury
  Treasury --> |1.1_Mint_a HECTA|Retail
  Treasury --> |1.2_Mint_a HECTA|Investment[Investment Fund]
  Treasury --> |1.3_Mint_4.5a HECTA|Reward[Community Reward]
  Treasury --> |1.4_Transfer LP|LP[Treasury LP Pool]
  Investment --> |2A_Optimize_HECTA|Guardian
  Guardian --> |3B_Campaign_HECTA|Airdrop[Reward System]
  Guardian --> |2B.1_Swap HECTA for BUSD_HECTA|Pancake[PancakeSwap]
  Pancake --> |2B.2_Receive from Swap_BUSD|Guardian
  Guardian --> |2C_Optimize_BUSD|Investment
  Reward --> |3A_Campaign_HECTA|Guardian
  LP --> |4A_Buy Back n Burn_HECTA,BUSD|Guardian
  Guardian --> |4B.1_Swap BUSD for HECTA_BUSD|Pancake
  Pancake --> |4B.2_Swap BUSD for HECTA_HECTA|Guardian
  Guardian --> |4C_Burn_HECTA|Null[0x00...null]
style Retail fill:#fff,color:#f00
style Guardian fill:#fff,color:#f00
style Airdrop fill:#fff,color:#f00
style Pancake fill:#fff,color:#f00
style Null fill:#fff,color:#f00
@k2-hectagon
Copy link
Author

Need to fix:

  • Retail send BUSD/LP to Treasury LP Pool or Investment Fund
  • Remove Treasury or make it into a group
  • Need to show HECTA and BondDepository contract
  • The Investment case is missing
  • Optimizing by selling BUSD for HECTA case is missing

@k2-hectagon
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment