Create
Make a typed asset — a model, a texture, an avatar part — on your own or with collaborators.
Stellar — the protocol of collective creation
Stellar is the protocol behind Ekza: a way to make creative work as a group where every contribution keeps its provenance and its share of the upside. Built on Solana, designed to be used far beyond Ekza.
The thesis
Most creative pipelines erase the contributor. You make something, it gets used, and the value flows past you. Stellar inverts that: contributions are typed and tracked, lineage records who built on what, and revenue shares follow the chain of creation. Your work stays yours, and it keeps earning as others build on it.
"Do not lose rights to your work. Plug into a system where your contribution lives on and generates income forever."
The flow
Make a typed asset — a model, a texture, an avatar part — on your own or with collaborators.
Every asset records its provenance: what it was built from and who contributed. The chain of creation is permanent.
Bundle finalized work into releases — versioned, shareable outputs ready to load into games and worlds.
Each release owns an on-chain vault PDA that custodies deposited lamports and the rules around them.
Contributors hold basis-point shares; revenue deposited to a finalized release is claimed pro-rata down the lineage.
The Space primitive
Stellar is where assets are created; a Space is where they live. Here's the full mechanics of the place you own.
The primitive
Each Space is two things working together: a 1/1 Metaplex NFT that proves who owns it, and a Solana PDA that stores the live settings and a link to the scene. Transfer the NFT, transfer the world.
A single 1/1 token. Mint authority is revoked at mint, so supply can never be inflated. Holding it is what authorizes every settings change.
On-chain settings — name, open/closed, editability, editor allowlist — plus space_config_uri, an IPFS manifest describing the scene, spawn point, and the assets loaded into it.
From the on-chain Space account
Space account
How it works
Call mint_next_space and you receive Space #N — the next ID in the collection. SOL goes to the treasury, a 1/1 NFT lands in your wallet, mint authority is revoked, and the Space PDA is created. A SpaceMinted event fires on-chain.
As the NFT holder, set the name, flip is_open and is_editable_by_others, and point space_config_uri at an IPFS manifest with your scene, spawn point, and assets. Add up to 10 collaborators to the editor allowlist.
Open Spaces can be entered by others and loaded into games and virtual worlds. Editors — or anyone, when shared editing is on — can update the live room state, so worlds evolve without giving up ownership.
Why it's built this way
Supply is capped on-chain by total_spaces. Every Space is numbered 1..=N — verifiable, scarce, and never duplicated.
A 1/1 NFT with mint authority revoked. Possession of the token is the only key to editing the Space.
Settings live in a PDA, not in a frozen JSON. Rename, open, close, and re-point the scene manifest at any time.
is_editable_by_others plus a 10-slot editor allowlist let teams co-build a world while one wallet keeps authoritative ownership.
space_config_uri points to an IPFS manifest (ekza.space.config.v1) describing scene, spawn, and assets — loadable by any compatible runtime.
Every mint and settings change emits an on-chain event (SpaceMinted, SpaceSettingsUpdated, ConfigUpdated) — fully indexable.

In the game
Ekza Arena is a composable-avatar auto-battler built on the Ekza asset layer. Players bring creator-owned avatars and modifiers; Spaces serve as the rooms and arenas they play in — all resolved through the same ownership and manifest path.
Ekza Arena is an early Bevy prototype. NFT mint and equip are on the roadmap.
Not just for Ekza
Stellar isn't locked to Ekza. The same protocol — typed assets, lineage, releases, vaults, revenue shares — can power other games, engines, and apps. Ekza is the first universe built on it, not the only one. That portability is the point: create once, own everywhere.
Open Anchor programs on Solana
Standard manifests any runtime can load
Ownership and royalties that travel with the asset
Stellar is the engine; a Space is how you own your place in it. Reserve yours now.