See What’s Live on Vibenet
chain.base.org/vibenet is the hub for Vibenet: track the latest features as they ship, browse the block explorer, and request testnet ETH from the faucet.If the embed doesn’t load, open chain.base.org/vibenet directly in a new tab.
Network Details
To add Vibenet to your wallet, see Connecting to Base.
Get Testnet ETH
Vibenet transactions need gas. Request testnet ETH from the Vibenet faucet, or drip programmatically:Terminal
Stream With WebSockets
Vibenet exposes a public WebSocket endpoint atwss://rpc.vibes.base.org/ws. Subscribe with eth_subscribe for push updates instead of polling:
newHeads— a new event on every block, for tracking chain and block state.logs— contract events filtered by address and indexed topics, for tracking application state.
newHeads subscription
This public WebSocket is Vibenet only. Base does not provide a free public WebSocket RPC endpoint for Base Mainnet or Base Sepolia; the public endpoints there are HTTP only. For WebSocket access on Sepolia or Mainnet, run your own node or use a WebSocket-capable provider from the Base Services Hub.
What’s Available Now
B20 Token Standard
Base’s native token standard: roles, supply caps, policy gating, and memos built into the chain.
200ms Native Blocks
Test canonical 200ms blocks and migrate Flashblocks integrations.
Next Steps
Connect to Base
Add Vibenet to your wallet and development environment.
Launch a B20 Token
Deploy a token on Vibenet with one factory call.