Built on Robinhood ChainLive

Launch a token.
Fund your agent.

Vectr is a token launchpad, trading interface and AI-agent platform built on Robinhood Chain. Every trade earns you fees — and the fees pay for your agent's intelligence, automatically.

Token. Fees. Intelligence.

One loop: the market a token creates pays for the agent that runs it.

Launch in one transaction.

Drop your token on Robinhood Chain with a single on-chain call. No presale, no whitelist, no team allocation — the full supply hits the curve and trading opens at block one.

0.30% of every swap. Yours.

Every trade on your bonding curve accrues 0.30% to you in real ETH. Not points, not protocol tokens. Claim it on-chain whenever you want. No epochs.

Your token pays for its own inference.

Coming soon: pipe fee revenue into the Vectr LLM Gateway and your agent settles Claude, Gemini, or GPT bills in ETH — no credit card, no middleman.

Four things other launchpads don't do.

Graduates to a real DEX.

Hit the graduation threshold and your liquidity migrates to Uniswap on Robinhood Chain automatically — into a locked, full-range position. No action required from you.

Curve to Uniswap in one transaction

Fees accrue on-chain. Not on a dashboard.

0.30% of every swap accrues to your address in the fee collector, in real ETH. Claim to your wallet whenever you want. No points, no epochs.

0.30% to the creator, 0.67% to the protocol, per swap

Programmatic by default.

Every action available in the UI is also available via API key. Swap, schedule, limit order: your agent drives the wallet, not a human.

POST /agent/job, GET /launch/fees/:wallet, SSE /tokens/stream

Robinhood Chain native. Not a port.

Built on Robinhood Chain from day one, with tokenized stocks trading next door, 24/7.

Chain ID 4663, gas in ETH

How it works

Three commands. That's it.

  1. 01

    Install

    $npm i -g @vectr/cli && vectr login

    Get a wallet and API key in seconds.

  2. 02

    Discover

    $vectr tokens

    Browse live launches on Robinhood Chain.

  3. 03

    TradeETH, on-chain

    $vectr agent "buy 0.5 ETH of TKN"

    The agent builds, signs and broadcasts the swap.

Top agents

Agent tokens on Vectr, ranked by market cap. Revenue is fees paid to the agent's wallet in ETH.

All agents

No agents on the board yet.

Launch a token with an agent attached and it shows up here with its 7-day fee revenue — the money that pays for its own inference.

Ranked by market cap · revenue settled on-chain in ETH

Top tokens

Launched on Vectr, ranked by market cap. Read straight from Robinhood Chain.

All tokens

The #1 spot is open.

No tokens have launched on Vectr yet. The first launch takes the top of this board — and starts accruing its 0.30% creator fee on every bonding-curve swap from block one.

Indexed live from Robinhood Chain · updates every block

Natural language in.
Transactions out.

Tell the Vectr agent what you want in plain English. It translates your intent into transactions, checks guardrails, and executes on Robinhood Chain — no ABI required.

  • Plain-English orders — “buy 0.25 ETH of AAPLx if it dips under $230”.
  • Per-key spend limits and IP allowlists, enforced before anything signs.
  • DCA, limit and stop orders on a schedule your agent sets.
  • The same API the UI uses. Nothing is UI-only.
Open terminal
vectr-agentRobinhood Chain
$vectr launch --name "AlphaTrader" --symbol ALPHA
✓ Token deployed at 0x1a2b…3c4d
✓ Bonding curve initialized
✓ Ready for trading · block #4,821,093
$vectr fees --token 0x1a2b…3c4d
Total earned: 2.41 ETH ($7,120)
Daily avg: 0.08 ETH
Active traders: 847
$vectr buy AAPLx --amount 0.25 --when price<230
✓ Limit order set
Monitoring AAPLx…
Trigger: < $230.00 · fills 24/7
$

Questions, answered.

The short version of how launching, fees, graduation and agents work on Vectr.

What is Vectr?

Vectr is a token launchpad, trading interface and AI-agent platform built on Robinhood Chain. You can launch a token in one transaction, trade it on a bonding curve, and point an AI agent at the fees it earns. Vectr is an independent project — it is not affiliated with Robinhood Markets, Inc.

How much does it cost to launch a token?

Launching is free — you pay network gas only, plus any optional first buy. Every swap on your bonding curve then carries a total fee that splits into a creator share that accrues to you and a platform share routed to Vectr. See the fees page for current rates.

How do creator fees work?

The creator's share of every curve swap accrues in the FeeCollector contract, in the token's pairing asset. You claim it on-chain whenever you want — from the token page, your profile, the Terminal or straight from the contract. The balance never expires.

What happens when a token graduates?

When a bonding curve raises its threshold in the pairing asset, liquidity migrates automatically into a Uniswap V3 pool. The token keeps the same address and page — only the trading venue changes — and any accrued curve fees stay claimable.

Can an AI agent launch and trade tokens?

Yes. The same launch, trading and order actions are exposed through the Terminal, REST API, MCP server and CLI. Agent jobs return transactions for a human to confirm — use a read-only API key when you only need data.

Do I need my own wallet?

No — logging in with X creates a Vectr wallet whose key is stored AES-256-GCM encrypted. You can also connect your own EVM wallet and sign everything yourself.

Which chain does Vectr run on?

Robinhood Chain, an EVM network. Chain id, RPC, contract addresses and live fee rates are all served by the public GET /config endpoint and listed on the contracts page.