What's Available and What's Coming
Vela is moving fast. Here's an honest look at where things stand today and what the team is shipping next. For the full platform overview, visit the official Vela page.
Available Today
Deployment Environments
| Environment | Details |
|---|---|
| Local (Docker) | Full Vela stack with software-emulated TEE. Zero cloud dependencies, just Docker. Ideal for development and iteration. |
| Base Sepolia Testnet | Live network testing for early builders. Reach out on Discord to get access. |
Shipped Features
| Feature | Since | What it enables |
|---|---|---|
| ERC-20 Token Support | v0.2.0 | Deposit and withdraw any allowlisted ERC-20 token through the platform, including gasless flows via EIP-2612 permit. |
| Audit and Compliance Reports | v0.2.0 | Authorized auditors can request encrypted reports from the TEE. Access is managed on-chain via the AuthorityRegistry contract. |
What's Coming Next
Base Mainnet
Base mainnet is the next major milestone. If you're building on Vela now, locally or on testnet, you'll be ready to deploy the moment it launches.
Multi-App Support
Today, a single Vela environment hosts one WebAssembly application at a time. Multi-app support is actively in development, opening the door to more complex, composable architectures.
Self-Service Testnet Deployment
Soon, you'll be able to deploy your own Vela application to a shared testnet without coordinating with the team. Fully self-serve.
A Note on the Local TEE
The local Docker stack runs a software-emulated TEE rather than a real AWS Nitro Enclave. This is intentional. It lets you build and iterate without any cloud dependency. The emulated environment behaves identically to production from your application's perspective. The only difference is the absence of hardware-level attestation, which is a deployment-time concern, not a development one.
The team shares updates as new environments and features go live. Follow progress on Discord or open an issue on the Vela repository.