Discover the products, protocols, and applications built on CubeCore settlement infrastructure — from markets to mobile, payments to platforms.
8+
Products
12K+
Developers
890K+
Users
89M+
Transactions
Architecture
Working together to power the next generation of digital finance.
User-facing products and interfaces
Smart contracts and business logic
CubeCore infrastructure
Built on CubeCore
Every product in the Cube ecosystem is powered by CubeCore settlement.
New Asset Category Market
LOYEX is the revolutionary new asset category market where Digital Value Units (DVUs) are traded. The first market of its kind, built entirely on CubeCore settlement infrastructure.
Daily Volume
DVUs Listed
Digital Value Units
The native asset class of the LOYEX market. DVUs represent economic value that appreciates as businesses grow, creating a new paradigm for digital ownership and rewards.
Total Issued
Active Holders
Native Settlement Currency
The native stablecoin of the Cube ecosystem. xNGN enables seamless settlement, payments, and value transfer across all CubeCore-powered products.
Circulation
Daily Volume
Enterprise Development Platform
Build, deploy, and manage applications on CubeCore. Cube Studio provides the tools developers need to integrate settlement infrastructure into their products.
Active Developers
Apps Deployed
Hardware Wallet & Mobile Access
The first smartphone with native CubeCore integration. Secure hardware wallet, biometric authentication, and mobile-first access to the entire Cube ecosystem.
Devices Sold
Active Users
Onchain App Store
The native app store for CubeOS. Discover, install, and earn DVU across hundreds of onchain apps — every download and reward settles on CubeCore.
Downloads
Monthly Active
Network Transparency
Real-time visibility into every transaction, block, and settlement on CubeCore. Full transparency for the entire network.
Transactions
Active Addresses
Integrate CubeCore settlement into your application. Access APIs, smart contract templates, and developer tools to build the next generation of financial products.
import { CubeCore } from '@cube/sdk'
const cube = new CubeCore({
network: 'mainnet',
apiKey: process.env.CUBE_API_KEY
})
// Settle a DVU trade
const settlement = await cube.settle({
from: '0x1234...',
to: '0x5678...',
asset: 'DVU:URBN',
amount: 1000,
payment: { currency: 'xNGN', amount: 4370 }
})
console.log(settlement.status) // 'confirmed'
console.log(settlement.time) // '<1s'Whether you're a trader, developer, or business — there's a place for you in the Cube ecosystem.