> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-docs-specs-tab.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Test on Vibenet

> Build and test against Base's newest chain-level features on Vibenet, Base's experimental preview network, and track what's live at chain.base.org/vibenet.

Vibenet is Base's experimental preview network — a devnet where new chain-level features go live before they roll out to Sepolia or Mainnet. Use it to build against cutting-edge Base capabilities.

<Warning>
  Vibenet is for experimentation only. It is not intended for production or user-facing applications, and its state may be reset without notice.
</Warning>

## See what's live on Vibenet

[chain.base.org/vibenet](https://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.

<iframe src="https://chain.base.org/vibenet" title="Base Vibenet — chain.base.org" width="100%" height="640" style={{ border: "1px solid rgba(128,128,128,0.25)", borderRadius: "12px" }} loading="lazy" referrerpolicy="strict-origin-when-cross-origin" />

<Note>
  If the embed doesn't load, open [chain.base.org/vibenet](https://chain.base.org/vibenet) directly in a new tab.
</Note>

## What's available now

<CardGroup cols={2}>
  <Card title="B20 token standard" icon="coins" href="/base-chain/network-information/b20-token-standard">
    Base's native token standard — roles, supply caps, policy gating, and memos built into the chain.
  </Card>

  <Card title="Native account abstraction (EIP-8130)" icon="key" href="/base-chain/specs/upgrades/cobalt/eip-8130">
    Onchain smart accounts, scoped session keys, and native gas sponsorship, previewing on Vibenet.
  </Card>
</CardGroup>

## Network details

|                     |                                                                            |
| :------------------ | :------------------------------------------------------------------------- |
| **Network name**    | Base Vibenet                                                               |
| **RPC endpoint**    | [rpc.vibes.base.org](https://rpc.vibes.base.org)                           |
| **Chain ID**        | 84538453                                                                   |
| **Currency symbol** | ETH                                                                        |
| **Faucet**          | [chain.base.org/vibenet/faucet](https://chain.base.org/vibenet/faucet)     |
| **Block explorer**  | [chain.base.org/vibenet/explorer](https://chain.base.org/vibenet/explorer) |

To add Vibenet to your wallet, see [Connecting to Base](/base-chain/quickstart/connecting-to-base).

## Get testnet ETH

Vibenet transactions need gas. Request testnet ETH from the [Vibenet faucet](https://chain.base.org/vibenet/faucet), or drip programmatically:

```bash Terminal theme={null}
curl -X POST https://api.vibes.base.org/api/vibenet/faucet/drip \
  -H "content-type: application/json" \
  -d '{"address":"0xYourAddress"}'
```

## Next steps

<CardGroup cols={2}>
  <Card title="Connect to Base" icon="plug" href="/base-chain/quickstart/connecting-to-base">
    Add Vibenet to your wallet and development environment.
  </Card>

  <Card title="Launch a B20 token" icon="rocket" href="/base-chain/network-information/b20-token-standard">
    Deploy a token on Vibenet with one factory call.
  </Card>
</CardGroup>
