Live on X1 Mainnet

Store Anything.
Permanently. On-Chain.

The first pure on-chain data storage protocol on X1 Network. No IPFS. No Arweave. No off-chain dependencies. The actual data lives on-chain forever.

Live proof: example permadata — 28.9MB stored for $0.000058. Decode it yourself, right now.

Try Live Demo → Start Building
$0.000058 Cost per document
3,534x Compression ratio (live)
Forever Storage duration
X1 Mainnet Network
🔧 PermaData is in active rebuild. We're reimagining the full protocol — true on-chain uploads and downloads coming soon. The site stays up during this phase.
How It Works

Write once. Read forever.

Four steps from data to permanent on-chain storage. No servers. No subscriptions. No trust required.

1

Compress

Adaptive arithmetic coding with neural probability prediction. V3 codec achieves 5–10x compression on text, up to 3,534x on structured data.

2

Encrypt (optional)

AES-256-GCM encryption with your wallet-derived key. Only you can read your data. Nobody else. Not even us.

3

Write On-Chain

Data is written to X1 blockchain accounts via the PermaData Anchor program. Immutable. Permanent. Verifiable.

4

Retrieve Forever

Your permanent PDA address never changes. Read your data in 10 years, 50 years, as long as X1 exists.

Dictionary Download

example Dictionary — Download

Download example permadata directly from this page.

⚠️
Transparency Notice
This download is a cached file — not a live pull from the blockchain. It's the same data we uploaded as our genesis proof of concept, served from our server for convenience. True on-chain retrieval — pulling directly from X1 accounts — is coming soon as part of the full protocol rebuild.

Default: example permadata  |  Try any PermaData PDA from explorer.x1.xyz

Program: 8ksW5j9oudqk2s47QcPjj5s5p7aT5ebrAzVMUYuqXQgt  |  RPC: rpc.mainnet.x1.xyz  |  Codec: V2 (BWT + MTF + adaptive arithmetic)

Cryptographic Proof
Verify it yourself. In your terminal. Right now.
Zero Trust Required

The browser demo looks like magic. The terminal is where trust is built. Run one of these commands and watch 28,956,353 characters stream live from X1 blockchain to your screen. SHA-256 verified. No servers involved. Just you, Python, and the chain.

⚡ FASTEST — No install required Linux / Mac
python3 <(curl -fsSL https://permadata.io/get.py)
Full source — audit every line Any OS with Python 3
python3 <(curl -fsSL https://permadata.io/get.py) --stream
Pulls live from X1 Mainnet RPC
First 10,000 chars stream instantly
SHA-256 verified at completion
Ctrl+C to stop anytime
Full decode: 30–60 min (3,534x compression math)
terminal — absolute proof for developers
# ONE-LINER — Pull example Dictionary from X1 mainnet
# ONE-LINER — Pull the X1 Whitepaper from X1 mainnet
python3 <(curl -fsSL https://permadata.io/get.py)

# Stream live to terminal — Ctrl+C to stop anytime
python3 <(curl -fsSL https://permadata.io/get.py) --stream

# Save to file
python3 <(curl -fsSL https://permadata.io/get.py) --out x1_whitepaper.pdf

# ✓ Pulls live from X1 mainnet — not a server, not IPFS
# ✓ SHA-256 verified at completion
# ✓ The document that defines X1, stored on X1. Permanently.

# ── RETRIEVE ANY PERMADATA DOCUMENT ───────────────────────

# Retrieve by PDA address
python3 <(curl -fsSL https://permadata.io/get.py) <pda_address>
→ Start building with the SDK ⚠️ Terminal decode takes 30–60 min (V2 arbitrary-precision arithmetic). Browser demo above decodes in ~22s. Both pull live from X1 mainnet.
Why PermaData

Own your data. Forever.

Traditional storage is a subscription you can never stop paying. PermaData is a one-time write. Nobody can delete it, move it, or charge you again.

Storage Cost (28MB doc) You Own It Permanent No Vendor
AWS S3 (10 years) ~$8,000
Google Drive (10 years) ~$285
Arweave ~$29 Probabilistic
PermaData $0.000058 Guaranteed

Live proof: example permadata (28.9MB) stored on X1 Mainnet for $0.000058. PDA: ubHpMNMCP7b6i84dKvdCUSu6Sq6UYes8V9dDRobv4Ju

Developers

One line. Permanent storage.

Install the SDK, connect your wallet, and you're writing permanent data to X1 in minutes. The source stays ours — you get full protocol access.

Install the SDK
npm install @x1scroll/sdk
🔒
Proprietary Protocol
The PermaData SDK is closed-source. You get full access to store, retrieve, compress, and encrypt data on X1 — without access to the underlying implementation. The protocol runs on X1 blockchain. No server dependency. No downtime.
JavaScript / TypeScript
CLI
// npm install @x1scroll/sdk
const { X1ScrollSDK } = require('@x1scroll/sdk');

const sdk = new X1ScrollSDK({ wallet: myKeypair });

// Store a document permanently on X1
const result = await sdk.store(documentBuffer, {
  label: 'my_document',
});

console.log(result.pda);              // permanent on-chain address
console.log(result.cost);             // fee in XNT
console.log(result.compressionRatio);  // e.g. 8.4x

// Retrieve anytime, forever
const doc = await sdk.retrieve(result.pda);
console.log(doc.verified); // SHA-256 verified ✓

Text files, PDFs, and Word documents supported. Best results with text-based content up to 10MB.

Use Cases

Built for real data problems.

Any data that matters — and needs to exist forever — belongs on PermaData.

🧾

Receipts & Invoices

Store every transaction receipt permanently. Audit-proof. Tamper-proof. Retrievable in 10 years.

📄

Legal Documents

Contracts, filings, agreements — stored with cryptographic proof of existence and content integrity.

🏥

Medical Records

Patient data encrypted with wallet keys. Only the patient (or authorized provider) can decrypt.

🤖

AI Agent Memory

Permanent encrypted session storage for AI agents. Built into the Agent 001 Protocol.

🎨

Digital Assets

Store the actual asset data on-chain — not just a pointer to a server that might go down.

📊

Compliance Records

SOX, HIPAA, GDPR archival — immutable audit trail at a fraction of enterprise storage costs.

On-Chain

Fully transparent. Fully verifiable.

The PermaData program is open source and deployed on X1 Mainnet. Verify everything yourself.

Program ID 8ksW5j9oudqk2s47QcPjj5s5p7aT5ebrAzVMUYuqXQgt

Network X1 Mainnet

Live Proof — example Dictionary ubHpMNMCP7b6i84dKvdCUSu6Sq6UYes8V9dDRobv4Ju

GitHub permadata.io

Built on PermaData: Agent 001 Protocol

Permanent encrypted memory for AI agents. Register your agent, stake XNT, and every session is captured on-chain forever. Your wallet is your key.

Learn More & Install →