Coming Soon
In code we trust.
Smart contracts execute the trade. No middlemen, no delays, no trust required.
Settlement in under 2 seconds on Base L2.
1// SPDX-License-Identifier: MIT2pragma solidity ^0.8.20;34contract BloxEscrow {5 mapping(uint256 => Deal) public deals;67 function deposit(uint256 dealId) external {8 require(msg.sender == deals[dealId].buyer,9 "Only buyer");10 usdc.transferFrom(msg.sender, address(this), amount);11 }12}
Deployed on BaseAuditedGas: ~$0.001
What's under the hood
Base L2, USDC, audited Solidity. Everything open and verifiable.
Buyer
Contract
Seller
Buyer deposits 45,000 USDC
Smart contract holds escrow
Roblox item transferred & verified
Funds released to seller
Trade complete — settled in 1.8s
1/5
Base Network
Ethereum L2 with low fees and high speed. Built by Coinbase for the next generation of on-chain apps.
~2s
Block time
EVM
Compatible
Smart Contracts
Audited Solidity with automated escrow logic, verified on-chain.
1// SPDX-License-Identifier: MIT2pragma solidity ^0.8.20;34contract BloxEscrow {5 mapping(uint256 => Deal) public deals;67 function deposit(uint256 dealId) external {8 require(msg.sender == deals[dealId].buyer,9 "Only buyer");10 usdc.transferFrom(msg.sender, address(this), amount);11 }12}
Deployed on BaseAuditedGas: ~$0.001
On-Chain Transparency
Every transaction is publicly verifiable. Full audit trail on BaseScan.
Tx HashMethodBlockAge
0x8f2a…e31bdeposit()19,847,2312s ago
0x3c91…7d4frelease()19,847,2288s ago
0xa7e4…b92cdeposit()19,847,21534s ago
0x1f6b…c8a3release()19,847,2011m ago
Total Transactions: 12,847Contract Balance: $847,293 USDC
USDC Stablecoin
Dollar-pegged stablecoin for predictable value. No crypto volatility risk.
$1.00
Always
Circle
Backed by
~2s
Settlement
$0.001
Avg gas fee
100%
On-chain
Immutable
Audit trail
Middlemen are expensive.
Here's what you stop paying for.
Traditional Escrow
- Settlement time3-5 days
- Fees6-10%
- AvailabilityBusiness hours
- Dispute resolutionManual process
- Trust modelTrust the middleman
Blockchain Escrow
- Settlement time<2 seconds
- Fees<1%
- Availability24/7/365
- Dispute resolutionSmart contract logic
- Trust modelTrust the code