Trust
Security
Principles, risks, and what to check.
Design principles
- Open by default: contracts are meant to be public and verifiable.
- Fixed at launch: baskets and parameters do not change afterward.
- Isolated launches: one launch’s funds are separate from another's.
- Least authority: admin powers, if any, are documented here.
Risks
- Smart-contract bugs can lose funds even after an audit.
- Token prices are volatile; a launch can go to zero.
- Underlying assets carry their own market and counterparty risk.
- Phishing and fake sites are common. Check the URL and the contract address.