01
The WRP Chain
The WRP chain is a Cosmos SDK blockchain. It is the settlement layer, the governance layer, and the identity layer for the entire ecosystem. Every Primitive published to the registry has an on-chain record: a UUID, a content hash, and an owner namespace. Ownership, reputation scores, and governance weight are chain-native.
CosmWasm contracts handle marketplace settlement, affiliate commission disbursement, and token vesting. The chain is the trust anchor — everything else in the platform references it, but nothing requires you to interact with it directly.
02
The P8 Token
1 P8 = $0.01 USD
Fixed peg · 1,000,000,000 total supply
P8 is a utility token with a permanent fixed peg. The peg is not a mechanism that can drift — it is the design. The entire point is that you can budget for platform costs and predict earnings without worrying about token price.
You earn P8 by publishing Primitives that others use, by operating nodes, and by running GPU workloads. You spend P8 on marketplace deployments, platform compute, storage, and AI credits. The fixed peg means every P8 you earn has a defined fiat value the moment you earn it.
03
8 Primitive types.
Every piece of software in the WRP ecosystem is one of eight types. Versioned, content-hashed, and registered on-chain.
schema
Versioned data shape definitions — the universal vocabulary of the ecosystem.
contract
On-chain CosmWasm contracts governing settlement and governance.
template
Reusable deployment, workflow, and agent blueprints.
api
Service endpoint declarations with versioned schemas.
model
ML model references with lineage and capability metadata.
credential
Scoped access credentials managed through OpenBao.
usecase
Composed capability patterns — the “apps” of the ecosystem.
binding
Versioned, org-scoped configured connections and manifest compositions.
04
The Org Model
Every resource belongs to an organisation. Orgs have a unique slug forming their namespace: {org}.p8.dev for subdomains, {org}.p8 on-chain.
Personal
Your own namespace. Start building immediately.
Team
Invite members. Share apps. Collaborate on deployments.
Business
SSO connectors. Vendor marketplace listing. Branded subdomains.
Enterprise
Isolated auth realm. IdP federation. Custom portal domain.