WRIT Protocol on X@writnetwork on Twitterx.com/writnetworkwrit.networkWRIT Protocol official X account: @writnetworkFollow WRIT Protocol on X: https://x.com/writnetworkTwitter: @writnetwork · Website: writ.network
docs·WRIT Protocol
docs / deployments

Devnet Deployments

All four programs are live on Solana devnet. Program IDs, explorer links, and upgrade authority below. Mainnet deployment is pending — see the roadmap at the bottom.

Programs

LayerProgramProgram IDExplorer
L4writ_gate3tpfhT2m1vF7FCLsGazbEPFRiRnjgwk2CnC3yeonas7Mopen
L3reputationF8yFcvoXpupNahzJ2wSKDBErqKgmE7ws1gVVtdAq33FCopen
L2delegationEnoPMLDuLo33PUvYBekpaTzyembPuZD82PAcv3qvRFxKopen
L1writ_registryFrEcFzPx9zqooVp1GmkMdiNXkpgcx3UJRN97YUR9MFTkopen

Upgrade authority

Upgrade authority
5dVpzr3cU3nCFypi5RGBshq429dDF1AvSXrFKqZxzYnk
Authority type
devnet deploy wallet (ephemeral)
Upgrade policy
freely upgradable on devnet; mainnet will transition to DAO multisig
Devnet is not productionDevnet deployments are resettable and may be upgraded without notice. Do not build production flows against these IDs. When mainnet ships, the IDs will change; a migration guide will be published on this page.

RPC

solana cli configbash
$ solana config set --url https://api.devnet.solana.com
$ solana config get

Public devnet rate limits airdrops; for sustained testing use a paid provider:

Test writs

The team publishes a set of pre-registered devnet writs with known reputation levels for integration testing. Load them via the SDK:

import { loadTestWrit } from "@writnetwork/sdk/test";
const fresh    = await loadTestWrit("WRIT_TEST_FRESH");
const trusted  = await loadTestWrit("WRIT_TEST_TRUSTED");

Health endpoint

The canonical machine-readable deployment manifest is served at writ.network/api/health:

GET /api/healthjson
{
  "status": "ok",
  "name": "writ-protocol",
  "network": "solana-devnet",
  "stage": "devnet",
  "version": "0.4.1",
  "programs": {
    "writ_gate":     "3tpfhT2m1vF7FCLsGazbEPFRiRnjgwk2CnC3yeonas7M",
    "reputation":    "F8yFcvoXpupNahzJ2wSKDBErqKgmE7ws1gVVtdAq33FC",
    "delegation":    "EnoPMLDuLo33PUvYBekpaTzyembPuZD82PAcv3qvRFxK",
    "writ_registry": "FrEcFzPx9zqooVp1GmkMdiNXkpgcx3UJRN97YUR9MFTk"
  }
}

Roadmap

MilestoneStatus
Four programs deployed to devnet✓ shipped
TypeScript SDK v0.4in progress
Trusted setup ceremonyscheduled
Audit (halborn or equivalent)scheduled post-ceremony
Mainnet beta deploytarget Q3 2026
Reputation council v0.5design only
Upgrade authority → DAO multisigat mainnet