At a glance
The lifecycle
1
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.
2
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.
3
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.
4
Distribution — revenue reaches owners
Net revenue is split between investors and the protocol and distributed on-chain to token holders, pro-rata to ownership.
5
Transparency — verify at every step
Holdings, NAV, reserve coverage, and distributions are all visible on-chain and surfaced in the app, so ownership and performance can be independently checked.
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
1
Approve
You approve the investment contract to spend your chosen stablecoin.
2
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.3
Confirm
The investment is confirmed from the on-chain transaction — the amount and ownership recorded are read from the blockchain, not from the browser.
Sectors and asset types
The marketplace organizes assets along two axes: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.