Anonymous ZK social platform — post, vote, and form communities without revealing identity, with group metadata stored and queried via Arkiv.
Replicate this → Use Arkiv subscribeEntityEvents to stream new ZK-verified posts in real-time without polling or a centralized relay.
- TTL / Expiration
- Queryability
- Live Events
ETHArgentina — Tierra de Buidlers
Nov 2025 CLI scaffolder that generates 5 ready-to-run Next.js starter apps, each demonstrating a different Arkiv primitive (CRUD, TTL, queries, subscriptions, attributes).
Replicate this → Ship a `create-X-app` CLI with one template per core primitive — the fastest onboarding path for any new SDK.
- TTL / Expiration
- Queryability
- Live Events
ETHArgentina — Tierra de Buidlers
Nov 2025 Wallet-owned p2p mentorship network: profiles, asks, offers, and session booking stored as Arkiv entities with TTL-aware UX.
Replicate this → Tie TTL to real-world event duration — sessions expire when they end, making on-chain cleanup automatic and semantically correct.
- TTL / Expiration
- Queryability
- Live Events
- Verifiable Ownership
Sub0 — Buenos Aires
Nov 2025 Bluetooth mesh relay that hops encrypted payloads device-to-device until a beacon can publish them to Arkiv as tamper-proof, queryable entities.
Replicate this → PBKDF2-derive a per-device Arkiv wallet from device pubkey + server salt — each field device self-funds without sharing keys.
- TTL / Expiration
- Queryability
- Verifiable Ownership
Sub0 — Buenos Aires
Nov 2025 Decentralized payroll platform storing employee profiles and invoices on Arkiv, with cross-chain payments via LiFi and Wormhole on Scroll L2.
Replicate this → Use Arkiv as the employee/invoice data layer (server-side createEntity + buildQuery) so payroll records are on-chain queryable without a centralized DB.
- Queryability
- TTL / Expiration
- Verifiable Ownership
ETHArgentina — Tierra de Buidlers
Nov 2025 Arklib
Wiki/docs platform where spaces, pages, revisions, backlinks, and live presence are all Arkiv entities — wallet owns the content, no DB needed.
Replicate this → Use 90s-TTL presence entities with a server-signed heartbeat to show live collaborators without wallet popups on every renew.
- TTL / Expiration
- Queryability
- Live Events
- Verifiable Ownership
- BTL Extension
- AI / MCP Tooling
Arkiv Online Challenge
Mar 2026 Clink
Event platform that turns in-person attendance into on-chain reputation — check-in codes expire in 2h, RSVPs in 60d, scores roll over 365d.
Replicate this → Use differential TTLs (2h codes, 60d RSVPs, 365d reputation) to keep on-chain state self-cleaning without manual deletes.
- TTL / Expiration
- Queryability
- Verifiable Ownership
Arkiv Online Challenge
Mar 2026 Cortex
Darwinian memory for AI agents: observations start with a 1h TTL and earn longer life every time they influence a real decision.
Replicate this → Use extendEntity as a reinforcement signal — cited memories grow their TTL, uncited ones decay free, no cleanup code needed.
- TTL / Expiration
- BTL Extension
- Queryability
- Verifiable Ownership
- AI / MCP Tooling
- Live Events
Network School × Arkiv
May 2026 Espresso
ESP32 signs EVM transactions offline, relays them via LoRa or Iridium satellite, and logs the full relay lifecycle as queryable Arkiv entities.
Replicate this → Use Arkiv's TTL + updateEntity for a durable scheduled-tx queue that survives service restarts — then transfer receipt ownership to the user on completion.
- TTL / Expiration
- Queryability
- Verifiable Ownership
- BTL Extension
Network School × Arkiv
May 2026 Fact Receipts
AI fact-checks cryptographically signed by an agent wallet and stored on Arkiv — anyone can verify the verdict without trusting the vendor.
Replicate this → Use Arkiv $creator immutability as a tamper-proof signer record — no centralized DB can forge or delete it after the fact.
- TTL / Expiration
- Queryability
- Verifiable Ownership
- BTL Extension
Network School × Arkiv
May 2026 Gath3r
Decentralized event platform (create, RSVP, check-in) where every interaction is an Arkiv entity — no database, no MetaMask required.
Replicate this → Model a full relational graph (6 entity types with attribute cross-references) entirely on Arkiv — no external DB needed.
- TTL / Expiration
- Queryability
- Live Events
- Verifiable Ownership
Arkiv Online Challenge
Mar 2026 Len3 — SealVault
Encrypted document vault where sharing links self-destruct on-chain — access grants live as Arkiv entities with per-link TTLs, no backend sweeper needed.
Replicate this → Use Arkiv TTL as your access-control layer: mint an access_grant entity whose lifespan equals the share window — revocation is just on-chain expiry.
- TTL / Expiration
- Queryability
- Live Events
- Verifiable Ownership
- AI / MCP Tooling
Network School × Arkiv
May 2026