Cube Ecosystem

One Settlement Layer
Infinite Possibilities

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

Ecosystem Architecture

Three layers working together to power the next generation of digital finance

Layer 1

Application Layer

User-facing products and interfaces

LOYEX Market
Cube Phone
Cube Browser
Cube Studio
Layer 2

Protocol Layer

Smart contracts and business logic

DVU Protocol
DPO Contracts
NGNT Token
Governance
Layer 3

Settlement Layer

CubeCore infrastructure

Consensus Engine
Transaction Processing
State Management
Finality

Ecosystem Products

Every product in the Cube ecosystem is powered by CubeCore settlement

All Products (8)Markets (1)Assets (1)Issuance (1)Payments (1)Developer (1)Consumer (2)Infrastructure (1)
Market

LOYEX Market

New Asset Category Market

Live

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.

DVU trading with instant settlement
24/7 market access globally
Real-time price discovery
Cross-DVU trading pairs
$246M

Daily Volume

95+

DVUs Listed

Explore
Asset

DVU Protocol

Digital Value Units

Live

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.

Appreciating value tied to business growth
Fully tradeable on LOYEX
Blockchain-verified ownership
Instant settlement on CubeCore
$2.1B

Total Issued

890K+

Active Holders

Explore
Issuance

DPO Platform

Direct Public Offerings

Live

Issue and raise capital directly from the public through compliant Direct Public Offerings. The entire lifecycle from issuance to trading happens on CubeCore.

Compliant securities issuance
Automated cap table management
Instant secondary market listing
Smart contract vesting
$890M

Capital Raised

120+

Active DPOs

Explore
Payments

NGNT Stablecoin

Native Settlement Currency

Live

The native stablecoin of the Cube ecosystem. NGNT enables seamless settlement, payments, and value transfer across all CubeCore-powered products.

1:1 Naira-pegged stablecoin
Instant cross-border transfers
Native settlement currency
Zero transaction fees
$456M

Circulation

$89M

Daily Volume

Explore
Developer

Cube Studio

Enterprise Development Platform

Live

Build, deploy, and manage applications on CubeCore. Cube Studio provides the tools developers need to integrate settlement infrastructure into their products.

Smart contract development
API integration tools
Real-time analytics dashboard
Testnet environment
12K+

Active Developers

340+

Apps Deployed

Explore
Consumer

Cube Phone

Hardware Wallet & Mobile Access

Live

The first smartphone with native CubeCore integration. Secure hardware wallet, biometric authentication, and mobile-first access to the entire Cube ecosystem.

Integrated hardware wallet
Biometric transaction signing
Native ecosystem access
Secure enclave protection
45K+

Devices Sold

38K+

Active Users

Explore
Consumer

Cube Browser

Web3 Browser

Live

A secure browser with native CubeCore integration. Browse the web, manage your assets, and interact with decentralized applications seamlessly.

Built-in wallet
Ad and tracker blocking
Native dApp support
Cross-device sync
890K+

Downloads

340K

Monthly Active

Explore
Infrastructure

CubeCore Explorer

Network Transparency

Live

Real-time visibility into every transaction, block, and settlement on CubeCore. Full transparency for the entire network.

Real-time transaction tracking
Block explorer
Address analytics
Network statistics
89M+

Transactions

1.2M+

Active Addresses

Explore
For Developers

Build on the Ecosystem

Integrate CubeCore settlement into your application. Access APIs, smart contract templates, and developer tools to build the next generation of financial products.

RESTful APIs for settlement integration
Smart contract SDKs (Solidity, Rust)
Real-time webhooks for transaction events
Testnet with faucet for development
settlement.ts
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'

Join the Ecosystem

Whether you're a trader, developer, or business - there's a place for you in the Cube ecosystem.