Overview¶
The Moosh testnet is a controlled environment for evaluating protocol behavior, risk boundaries, and system correctness before mainnet deployment.
This phase is not about feature completeness or yield optimization. Its primary purpose is to validate assumptions, observe edge cases, and surface inconsistencies in how the protocol behaves under different usage patterns and market conditions.
Participants are encouraged to focus on how the system responds, rather than whether outcomes are favorable.
How This Guide Is Organized¶
- Overview explains the intent and scope of the testnet
- Testing Scenarios provides structured flows to exercise core behaviors
- Testnet Roadmap outlines what is stable, experimental, or expected to change
Reading them in order will give you the clearest mental model of what to test and why.
What to Keep in Mind¶
- Parameters, contracts, and flows may change frequently
- Resets and breaking changes are expected
- Testnet behavior does not represent final mainnet guarantees
Clear reports of unexpected behavior, unclear system signals, or broken assumptions are more valuable than performance results.
Proceed to Testing Scenarios to begin testing.