Discover the products, protocols, and applications built on CubeCore settlement infrastructure. From markets to mobile, payments to platforms.
Products
Developers
Users
Transactions
Three layers working together to power the next generation of digital finance
User-facing products and interfaces
Smart contracts and business logic
CubeCore infrastructure
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
Direct Public Offerings
Issue and raise capital directly from the public through compliant Direct Public Offerings. The entire lifecycle from issuance to trading happens on CubeCore.
Capital Raised
Active DPOs
Native Settlement Currency
The native stablecoin of the Cube ecosystem. NGNT 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
Web3 Browser
A secure browser with native CubeCore integration. Browse the web, manage your assets, and interact with decentralized applications seamlessly.
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: 'NGNT',
amount: 4370
}
})
// Instant finality
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.