Build anything.
Own everything.

The five primitives are generic at the protocol level. Applications choose which ones to use. Trust profiles built on any Zivana application travel with the holder forever.

Three languages. Five namespaces.

TypeScriptnpm
npm install @zivana-dev/sdk-ts
JavaScriptnpm
npm install @zivana-dev/sdk-js
Pythonnpm
pip install zivana-sdk
import { ZVN } from '@zivana-dev/sdk-ts'

const client = new ZVN.Client({ network: 'preprod' })

// Issue a participant credential
const credential = await client.Identity.issue({
  did: participant_did,
  role: 'Economic Actor',
  jurisdiction: 'NG',
})

// Generate proof of trust threshold
const proof = await client.Trust.proveThreshold({
  did: participant_did,
  requiredScore: 600,
})

// Create a covenant
const covenant = await client.Covenant.create({
  schema: 'profit-share-v1',
  participants: [actor_did, funder_did],
  terms: covenant_terms,
})

github.com/zivana-labs

Founding Contributor Programme

Market traders, business owners, and community members who contribute price data to the Market Reporter Network during the build period earn a Founding Contributor credential. This credential unlocks priority access at launch, reduced protocol fees, and Agent eligibility.