# Lana Nostr Kinds — AI Reference > Comprehensive documentation for all Nostr event kinds used in the Lana Ecosystem. > This file is designed for AI systems to quickly understand the site structure and content. ## Site Overview This site documents the Nostr protocol event kinds used by the Lana Ecosystem — a decentralized cryptocurrency platform built on LanaCoin and the Nostr protocol (NIP-01). - URL: https://lananostr.site - Machine-readable JSON: https://lananostr.site/kinds.json - Full HTML documentation: https://lananostr.site/docs.html - Sitemap: https://lananostr.site/sitemap.xml ## Key Constants - KIND 38888 authorized pubkey: 9eb71bf1e9c3189c78800e4c3831c1c1a93ab43b61118818c32e4490891a35b3 - Official relays: wss://relay.lanavault.space, wss://relay.lanacoin-eternity.com, wss://relay.lanaheartvoice.com - Electrum servers: electrum1.lanacoin.com:5097, electrum2.lanacoin.com:5097 - 1 LANA = 100,000,000 latoshis (lanoshis) ## Event Kinds Index ### Core Configuration - KIND 38888 — Lana System Parameters (NIP-33 replaceable). Single source of truth for relays, Electrum, exchange rates, split rounds, trusted signers. Path: /lana-system-parameters - KIND 0 — Lana Extended Profile. Standard Nostr metadata with LanaCoin-specific fields (wallet ID, payment methods, self-responsibility statement). Path: /lana-extended-profile ### Wallet & Identity - KIND 87001 — New Wallet registration request - KIND 87002 — Wallet Registration by Registrar (approve/reject) - KIND 87003 — Monitoring for Unregistered Coins - KIND 87004 — Monitoring for Max Coins - KIND 87005 — New LanaCoins Registration - KIND 87006 — Registration Confirmation - KIND 87007 — Registrar Acceptance (mutual recognition) - KIND 87008 — Registrar Sync Index (system snapshots) - KIND 87009 — Unregistered LANA Return Confirmation - KIND 30889 — Registrar Wallet List (NIP-33 replaceable, one per customer) - KIND 87033 — Person Reference (web of trust endorsements). Path: /Iknowthisperson - Registrar path: /registrar ### Annuity Management - KIND 88888 — Lana8Wonder Annuity Plan. 8 accounts with 74+ levels each, trigger prices, coin distributions. Path: /lana8wonder ### Payments - KIND 89800 — Lash Payment Intent (off-chain, parameterized) - KIND 89807 — Lash Payment Confirmation (on-chain proof) - KIND 39991 — Lash Payments 2.0 (unified lifecycle: open -> claimed -> paid). Path: /lashpayments2 - KIND 87088 — Lash Payments (on-chain broadcast). Path: /lashpayments - KIND 90900 — Unconditional Donation Proposal - KIND 90901 — Unconditional Payment Confirmation. Path: /unconditional-payments - KIND 30901 — LanaPays Business Unit Definition - KIND 30902 — LanaPays Processor Fee Policy - KIND 94501-94504 — LanaPays payment flow (Invoice, Liquidity, Blockchain Confirm, FIAT Settlement). Path: /lana-pays-us ### P2P Exchange - KIND 91991 — LANA Sell Offer - KIND 91992 — LANA Buy Request - KIND 91993 — LANA Transaction Confirmation. Path: /sell-buy-lana ### Marketplace - KIND 31950 — Market Offer (NIP-33 parameterized) - KIND 93333 — Purchase Confirmation. Path: /lana-marketplace ### Governance - KIND 38883 — Awareness Proposal (replaceable) - KIND 38884 — Awareness Acknowledgement (silence=YES, explicit NO=resistance) - KIND 88805 — Awareness Integration (oracle results) - KIND 18806 — Quorum Status. Path: /lana-governance - KIND 87044 — Self Responsibility Process (OWN triangle). Path: /self-responsibility ### Social & Communication - KIND 4 — Direct Messaging (NIP-04, AES-256-CBC). Path: /direct-messaging - KIND 37334 — Lana World Wide App Settings (NIP-33 replaceable). Path: /lana-world-wide ### Wallet Management - KIND 30289 — Unregistered Wallet List (user-published). Path: /unregistered-wallet-list ### Community - KIND 31234-31235, 60200 — 100 Million Ideas (LanaCrowd crowdfunding). Path: /million-ideas - KIND 37772 — LanaKnight Registry - KIND 77771 — LanaKnights Registration Event. Path: /lana-knights - KIND 36677 — Lana Event Definition - KIND 53333 — Event Registration - KIND 53334 — Event Donation Log. Path: /lana-events - KIND 99991 — Lana World Knowledge (AI knowledge layer). Path: /lana-world-knowledge ### Digital Beings (TRIAD) - KIND 30987 — Lana GitHub Application (NIP-33, tracks repos). Optional p tag allows Digital Beings to DM the responsible person via KIND 4. Path: /being-github-application - KIND 76523 — Lana Awareness Entry (immutable log, full transcripts). Path: /being-awareness-entry - KIND 12893 — Lana KIND Definition (non-replaceable, revision history). Path: /being-kind-definition - KIND 1078 & 30078 — Being Living Memory (core memories + daily snapshots). Path: /being-living-memory ## How to Fetch Data All data is published as Nostr events on official relays. Use NIP-01 REQ/EVENT/EOSE flow: ```json { "kinds": [38888], "authors": ["9eb71bf1e9c3189c78800e4c3831c1c1a93ab43b61118818c32e4490891a35b3"], "#d": ["main"], "limit": 1 } ``` ## Navigation Every kind page is accessible at: https://lananostr.site/{path} The complete machine-readable documentation is at: https://lananostr.site/kinds.json For AI browsing, start with /kinds.json for structured data, or /llms.txt (this file) for a text overview.