NNoteTESTNET
BSC Testnet|TOTAL STAKED— NOTE|NOTE SUPPLY— NOTE|NO LOSS MODEL100% principal safe|YIELD SOURCESPancakeSwap + Venus|POWERED BYBNB Chain|FEE2.3% standard · 1.1% promo|MARKETSCHART · TOUR · AWARD · ALBUM · STREAMS · COLLAB|BSC Testnet|TOTAL STAKED— NOTE|NOTE SUPPLY— NOTE|NO LOSS MODEL100% principal safe|YIELD SOURCESPancakeSwap + Venus|POWERED BYBNB Chain|FEE2.3% standard · 1.1% promo|MARKETSCHART · TOUR · AWARD · ALBUM · STREAMS · COLLAB|

Security

How Note protects your funds: on-chain safeguards, access controls, and what to check yourself.

Testnet only.These contracts are unaudited and running on BSC Testnet. Do not send real funds. A third-party audit is required before mainnet launch.

On-Chain Safety Mechanisms

48-Hour Timelock✓ Active

All admin actions (changing fee splits, updating oracles, upgrading contracts) must be queued in the NoteTimelock contract and wait 48 hours before execution. This gives users time to exit if they disagree with a change.

Emergency Guardian✓ Active

The NoteGuardian contract can pause all money-moving contracts instantly in an emergency (exploit, oracle failure, etc.). On mainnet this will require 2-of-N signatures from the core team.

No Loss Principal✓ Active

Staked NOTE is held in the NoteStaking contract and is only ever transferred back to the original staker. The contract has no function that allows the protocol to seize user principal.

Restricted Minting✓ Active

The NoteToken contract uses a minter-role system. Only LiquidityBootstrap_Note (for LP seeding) and NoteCollateral (for STRC-backed minting) are authorised minters. No unrestricted mint function exists.

Smart Contract AuditPending

An independent audit by a reputable firm (Cyfrin, Code4rena, or similar) is required before mainnet launch. Audit reports will be published publicly here.

Contract Addresses

BSC Testnet (chainId 97). All contracts verified on BscScan after deployment.

NoteToken
$NOTE ERC-20 token with minter-role access control
0xA80D0ac7
NoteStaking
Stake NOTE, earn BNB and NOTE rewards
0xBa0C6798
NoteBetting
Prediction market, place and resolve bets
0x8AAecBC8
RewardRouter_Note
Routes PancakeSwap fees: 60% staking / 20% buyback / 20% LP
0x0C1be712
LiquidityBootstrap
Holds NOTE/BNB PancakeSwap v3 position and collects fees
0xb23f3DE0
NoteOracle
Posts Billboard and Spotify data on-chain to resolve markets
0xF903bd7e
NoteGuardian
Emergency pause controller
0x7F8Ec668
NoteTimelock
48-hour delay on all admin actions
0x3D1901c6

What to Verify Yourself

Read the contract source code on BscScan. All contracts are verified and public.
Check that the Timelock is the owner of all core contracts (NoteStaking, NoteBetting, etc.).
Confirm NoteGuardian.admin is the Timelock address, not an EOA.
Verify NoteToken minter roles. Only LiquidityBootstrap and NoteCollateral should be minters.
Review the RewardRouter fee split: stakingShareBps + buybackShareBps + lpShareBps must equal 10,000.