← Back to work
Starknet Cairo Live on testnet & mainnet

TokenHive

An on-chain token registry for Starknet — token creation, metadata, and discoverability that doesn't depend on a token having liquidity first.

The problem

On most chains, a token effectively doesn't exist until it has a liquidity pool — no listing, no metadata, no way for wallets or explorers to reliably identify it. That's a bad default for builders who need to register a token before it's tradeable.

TokenHive separates "does this token exist and what is it" from "can you currently trade it."

What it does
  • Provides an on-chain registry for tokens across Starknet testnet and mainnet.
  • Handles token creation directly, so a project can mint and register in one flow.
  • Surfaces metadata discovery and discoverability independent of liquidity — a token is findable the moment it's registered, not the moment it's tradeable.
Where it stands

Live and operating on both Starknet testnet and mainnet, and used as the registry layer that Vasp and other tools reference for token metadata.