For Developers
Integrate VESC into your application. Audited smart contracts, complete documentation, and support for builders.
VESCVault (ERC1967 Proxy)
0x50F50cF026837aB49f337927d2B3269a7DEDbc60
VESCToken (ERC-20)
0xDc83741833CA8e140137a9A63B23970d55205BA0
USDC (Collateral)
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
// 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);
Explore the possibilities. Each use case includes a ready prompt to generate your dApp with AI.
Pay Venezuelan employees in VESC. They receive bolivars instantly via Pago Movil.
Accept bolivar payments from Venezuelan customers without forex risk.
Build low-fee remittance corridors from anywhere to Venezuela.
Add VESC support to your wallet for Venezuelan users.
Let AI agents handle bolivar payments autonomously.
Generate invoices in bolivars, receive payment in VESC.
Pay Venezuelan freelancers globally with minimal fees.
Build yield strategies that include VESC liquidity.
Accept VESC at physical stores with instant settlement.
Recurring bolivar payments for SaaS and memberships.
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.
Join the community of developers building Venezuela's financial future.