- Stake $pHONEY to be rewarded $HONEY daily basis
- Stake $pHONEY to step-lock $HONEY in locker program to hold $veHONEY voting power in DAO
- Lock $HONEY to hold the period-based $veHONEY voting power.
- Unlock $HONEY from Escrow at lock-end time.
- Lock HGB NFT to hold the statically period-based $veHONEY voting power.
- Claim rewards by locking HGB NFT annual-based.
- Activate proposal with applicable $veHONEY amount.
- Cast vote with $veHONEY.
Program | Devnet | Mainnet-beta |
---|---|---|
Stake | 4V68qajTiVHm3Pm9fQoV8D4tEYBmq3a34R9NV5TymLr7 |
4V68qajTiVHm3Pm9fQoV8D4tEYBmq3a34R9NV5TymLr7 |
VeHoney (Locker) | CKQapf8pWoMddT15grV8UCPjiLCTHa12NRgkKV63Lc7q |
CKQapf8pWoMddT15grV8UCPjiLCTHa12NRgkKV63Lc7q |
To test in localnet, should pull the external program binaries first.
./scripts/pull_artifacts.sh
Run as following then
./scripts/run_test.sh
To build migration script
yarn install && yarn build:mig
Run migration script
anchor migrate --provider.cluster devnet
If you need the keypairs to sign the transactions, let me know.