Tapezero docs
Getting Started

Introduction

Programmable markets on Robinhood Chain.

TAPEZERO lets anyone create a fixed-supply token and open a Uniswap v4 market quoted in ETH or a supported Robinhood Stock Token. A creator picks the token, the quote, the opening valuation and the market rules, and one transaction does the rest.

  1. 01Token
  2. 02Quote
  3. 03Opening valuation
  4. 04Market rules
  5. 05Launch

Markets, not token deployments

TAPEZERO does not treat token creation as the end of a launch. It is the first of seven things a launch produces.

  • a fixed-supply ERC-20
  • a Uniswap v4 pool
  • an opening price, derived rather than typed
  • a single-sided liquidity position
  • a frozen market-rule configuration
  • a permanent Market Manifest
  • a config hash anyone can recompute

Quote the market in something real

Instead of requiring every new token to trade against ETH or a stablecoin, a TAPEZERO market can use a supported Robinhood Stock Token as its quote asset.

DOG / NVDA
a dog token priced in the NVDA Stock Token
AI / AAPL
priced in the AAPL Stock Token
MEME / TSLA
priced in the TSLA Stock Token
XYZ / ETH
priced in ETH

Rules before the first trade

Market behaviour is chosen before launch: how long anti-snipe protection lasts, whether buys burn a slice of their output, how the creator fee is split and who receives it. After the market opens, those parameters are not editable by the creator, the protocol owner, or anyone else.

That is the whole product, and the rest of this manual is the detail behind it. If you are new, read How TAPEZERO Works next. If you are here to integrate, start at Contracts.

TAPEZERO is an independent protocol and is not affiliated with Robinhood, Uniswap or Chainlink. The contracts are unaudited. Nothing here is investment advice.