Private Beta — Not an investment vehicle. Experimental protocol.

For Developers

Build with
Digital Bolívars

Integrate VESC into your application. Audited smart contracts, complete documentation, and support for builders.

Developer Documentation

Contract Addresses (Base Mainnet)

VESCVault (ERC1967 Proxy)

0x50F50cF026837aB49f337927d2B3269a7DEDbc60

View on BaseScan →

VESCToken (ERC-20)

0xDc83741833CA8e140137a9A63B23970d55205BA0

View on BaseScan →

USDC (Collateral)

0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

View on BaseScan →

Key Functions

// Get current VES/USD rate

uint256 rate = VESCVault.rate();

// Returns: rate with 18 decimals (e.g., 64e19 = 640 VES/USD)

// Mint VESC with USDC

USDC.approve(address(vault), usdcAmount);

VESCVault.mint(usdcAmount);

// Mints VESC at current rate, no fee

// Burn VESC for USDC

VESCVault.burn(vescAmount);

// Burns VESC, returns USDC minus 0.25% fee

// Preview operations

uint256 vescOut = VESCVault.previewMint(usdcAmount);

(uint256 usdcOut, uint256 fee) = VESCVault.previewBurn(vescAmount);

Integration Tips

  • Chain: Base (Chain ID: 8453)
  • VESC Decimals: 18
  • USDC Decimals: 6
  • Burn Fee: 0.25%
  • Rate Update: Every 15 minutes via oracle
  • Rate Change Limit: ±20% max per update

Use Cases

Explore the possibilities. Each use case includes a ready prompt to generate your dApp with AI.

Payroll Systems

Pay Venezuelan employees in VESC. They receive bolivars instantly via Pago Movil.

E-Commerce Payments

Accept bolivar payments from Venezuelan customers without forex risk.

Remittance Apps

Build low-fee remittance corridors from anywhere to Venezuela.

Multi-Currency Wallets

Add VESC support to your wallet for Venezuelan users.

AI Payment Agents

Let AI agents handle bolivar payments autonomously.

Invoicing & Billing

Generate invoices in bolivars, receive payment in VESC.

Freelancer Platforms

Pay Venezuelan freelancers globally with minimal fees.

Savings & DeFi

Build yield strategies that include VESC liquidity.

Point of Sale

Accept VESC at physical stores with instant settlement.

Subscription Billing

Recurring bolivar payments for SaaS and memberships.

Apply for a Grant

Built a dApp with Vibe3? Submit it to be featured as an official app and apply for a grant of up to $5,000 USD.

Clicking will open your email client with the information ready to send.

Ready to Build?

Join the community of developers building Venezuela's financial future.