TERM://PRISM.DEV

Developer portal

Anyone can build on PRISM. The contracts are verified and ownerless, the data is public, and the app store keeps an empty slot on the wall.

Why build here

The fee split pays interfaces

Every basket fee reserves an on-chain slice for the interface that routed the trade. Read the split live on the contracts page; it is enforced by the basket itself.

No admin keys to trust

The factories, routers and the token have no owner functions. What you integrate against today cannot be pulled out from under you tomorrow.

One flywheel, shared

Volume through your app feeds the same engine as every other app aboard: fees stream to holders and a fixed slice buys and burns PRISM.

Start here

prism — bash
# the sources of truth, verified on their explorers
$ open /contracts # every deployment, address and fee constant, read live
$ open etherscan: PRISM # the token is its own Uniswap v4 hook
# public JSON, no key needed — the same data this site runs on
$ curl /api/feed # live events + ecosystem stats, 10s cadence
$ curl /api/spectrum/charts?range=1w # basket launches, volume, fees, the on-chain split
$ curl /api/burn-pipeline # every pending burn accrual, stage by stage
$ curl /api/trade/quote?dir=buy&in=0.1 # live PRISM quotes through the official V4Quoter
# how the machine fits together
$ open /how-it-works # the fee split, the burn, the claim flow

Ship it

The empty card is waiting

Building is permissionless and needs nobody's blessing. When your app is live on PRISM, show the community and it takes the open slot on the app-store wall.