Security
Emergency Behavior
There is no pause button for a live market. On purpose.
People expect a section like this to describe a circuit breaker. TAPEZERO does not have one for live markets, and this page explains what exists instead.
What can be stopped
| Lever | Effect | Does not affect |
|---|---|---|
setLaunchesEnabled(false) | no new markets can be created | every existing market |
disableQuote(quote) | no new markets against that quote | existing markets on that quote |
| disabling a module | the module is unavailable to new launches | markets that already have it |
What cannot be stopped
- trading in an existing market
- a market's fees, rules or burn behaviour
- the locked liquidity position
- a pending pot payout
If something goes wrong
The available responses are: stop new launches, disable the affected quote, publish the finding, and if necessary deploy a corrected protocol version as a separate deployment. Existing markets continue under the code they launched with, because that is the only guarantee they were given.
See Known Risks.
TAPEZERO is an independent protocol and is not affiliated with Robinhood, Uniswap or Chainlink. The contracts are unaudited. Nothing here is investment advice.