At a glance
The lifecycle
Onboarding — an asset becomes on-chain
A compute asset (say, a GPU cluster with a known market value and operator) is registered in the protocol. Its value, sector, type, and the investor/protocol ownership split are recorded, and an on-chain ownership pool is created for it.
Investment — capital in, ownership out
An investor connects a wallet, chooses an asset and an amount, and pays in a stablecoin (USDT or USDC). The protocol’s investment contract takes the payment and transfers IXD ownership tokens to the investor, sized to their stake.
Operation — the asset earns
The underlying compute is rented to operators and end-users. That gross revenue, net of operator and management fees, is the yield the asset produces.
Distribution — revenue reaches owners
Net revenue is split between investors and the protocol and distributed on-chain to token holders, pro-rata to ownership.
Identity: your wallet is your account
There is no signup, email, or password. Connecting a wallet is your identity — public browsing is open to everyone, and connecting is only needed to invest or manage a position. The wallet layer is powered by Privy, pinned to BNB Smart Chain testnet.Reads and writes are pinned to the protocol’s active chain, so the app behaves correctly even if your wallet drifts to another network.
The invest flow, precisely
Invest
You call
invest(amount, paymentToken). The contract transfers your stablecoin to the asset treasury and sends you IXD from the asset’s ownership pool.Sectors and asset types
The marketplace organizes assets along two axes:| Sector | Examples |
|---|---|
| AI Infrastructure | GPU clusters, accelerator fleets, data-center compute |
| Energy | Solar, wind, and battery storage that power compute |
| Real Estate | Data-center campuses and industrial facilities |
| Type | Meaning |
|---|---|
| GPU | Individual accelerators or small fleets |
| Cluster | Coordinated multi-GPU compute units |
| Data center | Facility-level infrastructure |
What happens to a fully-sold asset
When an asset’s ownership pool is fully allocated, it moves to a Sold state — still visible and still earning for its owners, but no longer open for new investment.Where to go next
Architecture
The contracts and how they fit together.
Ownership & the IXD token
What IXD is, how it’s priced, and what it entitles you to.