Vexa is a decentralized AI agent platform built on BNB Chain that enables no-code creation, automated tokenization, and innovative liquidity mechanisms, allowing AI agents to autonomously monetize and trade freely.
- Drag-and-drop AI agent composition
- Pre-built templates for Social/Game/DeFi agents
- Automated Solidity contract generation
- Bonding curve-based pricing model
- Agent-specific token issuance (ERC-20)
- Liquidity pool auto-configuration
- Agent capability trading
- Revenue-sharing smart contracts
- Agent reputation system
- Protocol Layers
| Layer | Components | Tech Stack |
|---|---|---|
| Presentation | Web/Mobile/CLI | React, Next.js, TypeScript |
| Agent Core | Brain/Persona/Memory | Python, LangChain |
| Blockchain | Smart Contracts/AMM | Solidity, Hardhat |
| Infra | Nodes/Indexers | BNB Chain, The Graph |
- Smart Contract Suite
AgentFactory.sol: Agent deployment with ERC-721TokenBondingCurve.sol: Dynamic pricing modelAgentExchange.sol: P2P agent trading
- Node.js v20+
- Hardhat
- BNB Chain RPC URL
- Frontend Setup
cd character-dashboard
npm install
npm run dev- Backend Setup
cd character-creator
npm install
npm startsequenceDiagram
User->>UI: Select Agent Template
UI->>Blockchain: Deploy Agent Contract
Blockchain->>UI: Mint Agent NFT
UI->>AI: Initialize Brain Model
AI->>UI: Return Agent API
- Agent Token (ERC-20): 80% to bonding pool
- Platform Token: Governance + fee capture
- Revenue Split: 70% creator / 20% LP / 10% treasury
- Fork the repository
- Create feature branch (git checkout -b feat/amazing-feature)
- Submit Pull Request