Vectr contracts on Robinhood Chain
Every address below comes from the API's live chain config — the same payload every Vectr surface uses. Tokens and curves are immutable EIP-1167 clones; the fee split, curve pricing and graduation are enforced on-chain, not by the UI.
Deploys every token and its bonding curve as EIP-1167 clones in one transaction on Robinhood Chain. Owner controls the quote-asset whitelist and per-curve graduation thresholds.
VectrBondingCurve
per-token clonepausableOne clone per token — constant-product market that holds the raise, prices every swap and routes the fee split on each trade. Pausable by the platform owner. Find a token's curve on its token page.
Global fee router. Holds only creators' accrued share (0.30% per swap) — the platform's 0.67% is pushed to platform wallets in the same transaction, never pooled here. No rate can exceed 5.00% on-chain.
On graduation, moves the curve's raised liquidity and remaining supply into a full-range Uniswap V3 position.
Receives every graduated position NFT and locks it forever — liquidity can never be pulled. LP fees are collected to the platform wallets.
Receives Pro subscription payments; the backend verifies them on-chain.
Uniswap V3 stack 1.00% pool tier
Creates the graduated pools.
Mints the LP position NFTs the locker holds.
Routes post-graduation swaps.
Prices post-graduation quotes.
Wrapped ETH used by the pools.
Verify before you trade
GET /config returns these addresses, the chain id and the live fee rates. Each token page links its curve and graduated pool straight to the explorer, and the contract source is public in the Vectr git.