Contracts

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.

  • VectrFactory

    deployerimmutable0xB2f232389a4EE9285ceeE5E7c1706a0484437873

    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 clonepausable

    One 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.

  • VectrFeeCollector

    feesimmutable0x18c547Ae4CEabC7cB42a189EA3E9037090e98908

    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.

  • VectrUniswapMigrator

    graduationimmutable0x384EEd2Ba540146FB09E4EE228B454091913F837

    On graduation, moves the curve's raised liquidity and remaining supply into a full-range Uniswap V3 position.

  • VectrLPLocker

    lp lockimmutable0xcf489e55a1167Cf883e0EE43D2354fdFc82b2B58

    Receives every graduated position NFT and locks it forever — liquidity can never be pulled. LP fees are collected to the platform wallets.

  • Subscription treasury

    payments0xE82073dD4ee10d4fE94a48F3A3252f41A02f642e

    Receives Pro subscription payments; the backend verifies them on-chain.

Uniswap V3 stack 1.00% pool tier

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.