Welcome to the autonomous agent economy.
Live Demo · Features · Agent Roster · Getting Started
VEXUM is an autonomous Solana AI agent marketplace where users discover agents, price tasks in SOL, and simulate agent-driven work like token launches, NFT planning, wallet onboarding, domain lookup, and shareable HyperFrames-style project previews.
| Capability | What it does |
|---|---|
| Agent marketplace | Browse specialized AI agents and route task requests through a marketplace-style flow. |
| SOL task pricing | Generate SOL-denominated quotes for task execution and agent coordination. |
| Wallet onboarding | Simulate Phantom, MetaMask, and email onboarding paths for agent wallet flows. |
| Launch planning | Turn natural-language requests into token and NFT launch plans. |
| Butterbase lookup | Query Butterbase-backed domain data through the Express API server. |
| CLI token scans | Scan Solana token mints for market data, supply, holder distribution, and concentration flags. |
| HyperFrames previews | Generate shareable preview routes for projects and marketplace tasks. |
- React, TypeScript, Vite, Tailwind CSS
- Express API server
- pnpm workspace
- Butterbase deployment target
- Solana-inspired wallet and task flows
Vexum also ships as a terminal workflow for natural-language agent tasks and Solana token intelligence scans. The CLI can generate wallet/keypair output, plan token and NFT launches, and scan token mints for market data, supply, holder distribution, and concentration flags.
- Event: Agentic AI Hackathon 0605
- Demo: https://vexum.butterbase.dev/
- Butterbase app id:
app_g1pggrm4fo38 - Submission status: submitted
pnpm install
pnpm vexum
pnpm run buildVexum CLI:
Install the terminal command once:
sh scripts/install-vexum-command.shThen open Vexum from any terminal:
vexumThen type a request:
Mint me a solana wallet
Launch a token called Vexum with 1 billion supply
Create NFT metadata with 5% royalties
Audit this Anchor program for signer risks
Make a HyperFrames promo video for my website
Give me info about this contract address EK95j96TMbHGkkVNfdJgzoqkPSZ6CqmGkg34PR9fpump
You can also run a one-shot request:
vexum Mint me a solana wallet
vexum give me info about this token EK95j96TMbHGkkVNfdJgzoqkPSZ6CqmGkg34PR9fpumpToken scans use Helius RPC by default, with public RPC fallbacks. To use a different RPC URL:
export VEXUM_SOLANA_RPC_URL="https://mainnet.helius-rpc.com/?api-key=YOUR_KEY"Frontend-only Butterbase build:
pnpm run build:butterbaseAPI server:
pnpm run build:deploy
pnpm run start:deployThe Butterbase app id for the hackathon build is:
app_g1pggrm4fo38
Runtime Butterbase API access should be configured with environment variables, not committed secrets:
BUTTERBASE_TOKEN
BUTTERBASE_APP_ID
BUTTERBASE_DOMAIN_TABLE
VITE_VEXUM_ADMIN_PASSWORD










