Docs · v0.1.0 · live on Base Sepolia

Drive the terminal.

Vexor Terminal is a personal AI orchestrator commanding 9 specialized sub-agents, owned and governed by $VEXOR on Base. This page is everything you need to use the Console, talk to the orchestrator, and understand the token economics.

On this page+
01

What is Vexor Terminal?

Vexor is an autonomous AI orchestrator — not a chatbot. The orchestrator routes every request to one or more of 9 specialized sub-agents: Cipher, Atlas, Quill, Forge, Vector, Pulse, Halo, Prism, and Nyx. Each runs on its own LLM and stays in lane.

The terminal is owned and governed by $VEXOR, an ERC-20Votes token on Base. Hold it to access elevated tiers, stake it to earn a pro-rata share of agent revenue, vote with it to direct protocol evolution.

Chain
Base Sepolia
Chain ID
84532
RPC
sepolia.base.org
02

Quickstart

Five steps from zero to a real on-chain transaction on Base Sepolia.

Step 1

Get testnet ETH

Visit a Base Sepolia faucet (e.g. Alchemy) and claim ~0.01 ETH. You'll need it to pay gas.
Step 2

Connect your wallet

Click Connect Wallet in the nav. Pick MetaMask, Rainbow, or Coinbase Wallet. The Console auto-prompts you to switch to Base Sepolia.
Step 3

Claim $VEXOR from the faucet

Open the Wallet tab → click Claim 1,000 $VEXOR. Confirm in your wallet. (1 claim per address, ever.)
Step 4

Self-delegate for voting power

Click Self-delegate in the Wallet tab. This is a one-time ERC-20Votes requirement before you can propose or vote.
Step 5

Stake, vote, repeat

Open Stake → pick an amount + lock tier → approve + stake. Open Govern to propose or vote. Every action is a real on-chain tx.
Step 6

Talk to Vexor

Scroll back to Chat on the home page. Connect wallet, then ask anything — the orchestrator routes to the right sub-agent.
03

Smart contract addresses

All three Vexor contracts are deployed and verified on Base Sepolia. The deployer wallet is the temporary owner — ownership will rotate to a multisig before mainnet.

Token
0x200b75db62fa66f325191b34ef784ade26321570Basescan
Staking
0x6a345b8390a67681764521d146853211dd089062Basescan
Governor
0xd1850b4c2e663b45a49330d00637db78197be31cBasescan
Testnet disclaimer

These contracts run on Base Sepolia testnet. The token has no monetary value. Anything you do here cannot be bridged to mainnet.

04

Console walkthrough

Wallet tab

Shows your address, current chain, $VEXOR balance, voting power, and faucet status. Two actions:

  • Claim 1,000 $VEXOR — pulls from the public faucet (1x per address).
  • Self-delegate — activates voting power for ERC-20Votes (required once).

Stake tab

Stake $VEXOR under one of four lock tiers. Longer lock = higher reward weight. Your share of the 30-day reward stream = your weighted stake ÷ total weighted stake.

LockReward multiplier
30 days1.0x
90 days1.5x
180 days2.0x
365 days3.0x

Pending rewards stream in real time and can be claimed any time. Principal unlocks at the timestamp shown on each position.

Govern tab

OpenZeppelin Governor v5. Submit proposals with ≥100 $VEXOR voting power. Vote with For / Against / Abstain.

  • Voting delay: 1 block
  • Voting period: 7,200 blocks (~4 hours)
  • Quorum: 4% of total supply
  • Proposal threshold: 100 $VEXOR

Tier tab

Shows your current tier and progress to the next based on $VEXOR balance. See the full table below.

05

$VEXOR tokenomics

$VEXOR is an ERC-20Votes + EIP-2612 Permit token. Voting power requires self-delegation (one-time, no fee beyond gas).

Standard
ERC-20Votes
Permit
EIP-2612
Testnet supply
10,000,000
Decimals
18

Utility on the protocol:

  • Pay for Runtime — burn $VEXOR per chat / task. Premium dispatch costs more.
  • Stake to Earn — receive a pro-rata share of the staking pool, scaled by lock multiplier.
  • Governance — vote on new sub-agents, model whitelisting, treasury spend, upgrades.
  • Token-Gated Tiers — Bronze / Silver / Gold / Black unlocks elevated experience.

Mainnet supply, distribution, and launch venue will be announced before deployment. The testnet supply is provisional and exists solely for protocol testing.

06

Sub-agent reference

The orchestrator is a single agent. Behind it sit 9 specialists, each tuned to one domain and bound to one LLM tier.

Cipher
Cryptography & on-chain analysis
viem · forge · cast
Atlas
Routing & orchestration
dispatch · plan · supervise
Quill
Writing & docs
long-form · TLDR · summarize
Forge
Solidity & contracts
OZ · Foundry · audits
Vector
Retrieval & memory
embed · search · cite
Pulse
Markets & telemetry
ticks · alerts · feeds
Halo
Brand & visual
logos · banners · UI polish
Prism
Data viz & charts
render · explain · forecast
Nyx
Security & adversarial
red-team · sandbox · audit
07

Tier table

Token-gated tiers are computed from your $VEXOR balance at read time. They are not enforced on-chain (no NFT) — they're a soft access ladder applied by the protocol layer.

TierMinimum balanceUnlocks
0Connect wallet to read on-chain state
Bronze1,000 $VEXORPriority chat slot, 1-block latency
Silver10,000 $VEXORPrivate channels + early sub-agents
Gold100,000 $VEXORBeta sub-agents + private memory
Black1,000,000 $VEXORRevenue dashboard + governance lead
08

Architecture

Vexor Terminal is a static frontend + a thin LLM proxy + 3 contracts. No indexer required for testnet.

┌──────────────────────────────────────────────┐
│  Next.js 16 (static export, App Router)       │
│  · wagmi v2 + viem + RainbowKit               │
│  · Tailwind v4 + Framer Motion + Geist Mono   │
└─────────────┬──────────────────┬──────────────┘
              │                  │
              │ JSON-RPC         │ HTTPS
              ▼                  ▼
  ┌─────────────────────┐   ┌──────────────────┐
  │ Base Sepolia RPC    │   │ Chat API         │
  │ sepolia.base.org    │   │ FastAPI + Groq   │
  └──────────┬──────────┘   │ Llama 3.3 70B    │
             │              └──────────────────┘
             ▼
  ┌─────────────────────────────────┐
  │ VexorToken     ERC-20Votes      │
  │ VexorStaking   4-tier lock      │
  │ VexorGovernor  OZ Governor v5   │
  └─────────────────────────────────┘

Live RPC reads happen through public Base endpoints. The chat backend is rate-limited and stateless. The protocol layer is ~600 lines of audited-pattern Solidity.

09

FAQ

Is $VEXOR live on Base mainnet?+
Not yet — the contracts are currently deployed to Base Sepolia testnet (chain ID 84532) for testing. Mainnet launch terms (supply, distribution, venue) will be announced before deployment.
Is the token I claim from the faucet worth anything?+
No. The faucet on Base Sepolia hands out free testnet $VEXOR for trying the Console. It has no monetary value and cannot be bridged or traded.
Do I need real ETH to use the Console?+
You need Base Sepolia ETH (free, available from public faucets) to pay gas. No mainnet ETH or $VEXOR purchase required.
Can I propose anything via the Governor?+
You need ≥100 $VEXOR voting power (self-delegated balance at the proposal's block) to submit a proposal. Any holder with voting power can vote. Quorum is 4% of total supply.
Why does my balance not give me voting power?+
ERC-20Votes requires a one-time self-delegation. Open the Wallet tab in the Console and click 'Self-delegate' — after the transaction confirms, your balance counts toward voting power.
How does staking yield work?+
Rewards stream from a 1M $VEXOR pool over 30 days. Your position's share = (your weighted stake) / (total weighted stake). Weighted stake = amount × lock multiplier (1.0x → 3.0x).
Can I withdraw my stake early?+
No — lock periods are hard locks enforced on-chain. The earliest withdraw is at the unlock timestamp shown on each position. Pending rewards can be claimed at any time.
Is the chat free?+
Yes during beta — hosted Llama 3.3 70B via Groq, wallet-gated and rate-limited. Production billing in $VEXOR will be activated alongside mainnet launch.
Where can I see all contract source code?+
Source is in the contracts/ directory of the repo (VexorToken.sol, VexorStaking.sol, VexorGovernor.sol). Built with Foundry + OpenZeppelin v5. Will be verified on Basescan ahead of mainnet.
Ready?
Open the Console.
Real on-chain transactions on Base Sepolia. Free testnet ETH required.
Launch Console