Tapezero docs
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

LeverEffectDoes not affect
setLaunchesEnabled(false)no new markets can be createdevery existing market
disableQuote(quote)no new markets against that quoteexisting markets on that quote
disabling a modulethe module is unavailable to new launchesmarkets 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.