|
| 1 | +# Acropolis Cardano Node |
| 2 | +## Deliverable Descriptions: |
| 3 | + |
| 4 | +### **1. Archival Node** (formerly "Data node") |
| 5 | + |
| 6 | +A read-only node that synchronizes blockchain data and provides query access without participating in validation or consensus. |
| 7 | + |
| 8 | +**Who Uses This:** |
| 9 | +- Users requiring blockchain data access without validation responsibilities |
| 10 | +- Applications needing transaction submission capabilities to the network, e.g. DApps |
| 11 | + |
| 12 | +**Components Required:** |
| 13 | +- Network: Miniprotocols, Upstream Chain Fetch, Snapshot Boot, Tx Submission Outbound |
| 14 | +- Consensus: Chain Store |
| 15 | +- Ledger: UTXOs, Pools, Governance, Stake, Monetary, Rewards |
| 16 | +- APIs: Blockfrost |
| 17 | + |
| 18 | +**What It Does for External Users:** |
| 19 | +- Synchronizes with the Cardano blockchain from genesis or a snapshot |
| 20 | +- Stores a window complete ledger state (UTXOs, stake distribution, pool info, governance data) |
| 21 | +- Provides REST API access (Blockfrost-compatible) to query blockchain data over the window of history |
| 22 | +- Allows users to submit transactions to the network |
| 23 | +- Acts as a read-only data source for wallets and applications |
| 24 | + |
| 25 | +**External Runtime Requirements:** |
| 26 | +- **Needs to connect to:** Established Cardano relay nodes for initial sync |
| 27 | +- **Network access:** Must reach multiple relay nodes (typically 3-5) for chain-fetch protocol ("multi-peer basic") |
| 28 | +- **Storage:** Significant disk space for blockchain data (hundreds of GB) |
| 29 | +- **Does NOT need:** Block producer credentials, stake pool keys, or direct peer-to-peer listening capabilities |
| 30 | + |
| 31 | +--- |
| 32 | + |
| 33 | +### **2. Validation Node** (formerly "Wallet") |
| 34 | + |
| 35 | +A node that fully validates all blocks and transactions according to Cardano's ledger rules, providing trustless verification of chain state. |
| 36 | + |
| 37 | +**Who Uses This:** |
| 38 | +- Users requiring independent verification of blockchain state |
| 39 | +- Applications needing cryptographic guarantees of chain validity |
| 40 | +- Wallet applications |
| 41 | + |
| 42 | +**Components Required:** |
| 43 | +- All components from Archival Node, plus: |
| 44 | +- Network: Multi-peer Consensus |
| 45 | +- Consensus: Header Validation, Tx Validation Phase 1, Chain Selection, Peer Management |
| 46 | +- Ledger: Ledger Validation (full validation rules) |
| 47 | + |
| 48 | +**What It Does for External Users:** |
| 49 | +- Validates all blocks and transactions according to ledger rules |
| 50 | +- Maintains validated chain state with cryptographic guarantees |
| 51 | +- Supports wallet backends with trusted validation |
| 52 | +- Enables secure local transaction construction |
| 53 | +- Provides confidence in chain data without trusting external APIs |
| 54 | +- Can detect and reject invalid blocks/transactions |
| 55 | + |
| 56 | +**External Runtime Requirements:** |
| 57 | +- **Needs to connect to:** Multiple diverse relay nodes for redundancy (5-10 peers recommended) |
| 58 | +- **Network access:** Bidirectional TCP connections, can accept incoming connections from untrusted peers |
| 59 | +- **Validation overhead:** Higher CPU usage for script validation and signature checks |
| 60 | +- **Does NOT need:** Ability to produce blocks, VRF keys, or KES keys |
| 61 | +- **Does NOT provide:** Full mempool services or block propagation |
| 62 | + |
| 63 | +--- |
| 64 | + |
| 65 | +### **3. Relay Node** |
| 66 | + |
| 67 | +A publicly accessible node that propagates blocks and transactions across the network while maintaining a mempool and validating Plutus scripts. |
| 68 | + |
| 69 | +**Who Uses This:** |
| 70 | +- **Stake pool operators (SPOs)** as part of their stake pool infrastructure to protect block-producing nodes |
| 71 | +- Network participants contributing to blockchain decentralization and resilience |
| 72 | + |
| 73 | +**Components Required:** |
| 74 | +- All components from Validation Node, plus: |
| 75 | +- Network: Peer Server, Tx Submission Inbound |
| 76 | +- Consensus: Tx Validation Phase 2 (Plutus Scripts), MemPool, Block Production (block validation only) |
| 77 | + |
| 78 | +**What It Does for External Users:** |
| 79 | +- Acts as a network relay, propagating blocks and transactions across the network |
| 80 | +- Validates Plutus scripts (Phase 2 validation) |
| 81 | +- Maintains a mempool of pending transactions |
| 82 | +- Accepts incoming connections from other nodes and wallets |
| 83 | +- Serves as infrastructure for the decentralized network |
| 84 | +- Provides high-availability access point for SPOs' block producers |
| 85 | + |
| 86 | +**External Runtime Requirements:** |
| 87 | +- **Needs to connect to:** 20-50 other relay nodes in a diverse topology |
| 88 | +- **Network access:** Must accept incoming connections (public IP or port forwarding) |
| 89 | +- **Firewall configuration:** Open TCP port (typically 3001) for P2P communication |
| 90 | +- **Bandwidth:** Sustained bandwidth for continuous block/tx propagation |
| 91 | +- **Does NOT need:** Block signing keys, stake pool operational certificates |
| 92 | +- **Topology:** Should connect to both community relays and your own block producer (if applicable) |
| 93 | + |
| 94 | +--- |
| 95 | + |
| 96 | +### **4. Block Producing Node** (formerly "Praos Block Producing Node") |
| 97 | + |
| 98 | +A full consensus node that participates in Ouroboros Praos to produce blocks when elected as slot leader. |
| 99 | + |
| 100 | +**Who Uses This:** |
| 101 | +- **Stake pool operators (SPOs)** running registered stake pools to produce blocks and earn rewards |
| 102 | + |
| 103 | +**Components Required:** |
| 104 | +- All components from Relay Node, plus: |
| 105 | +- Network: Multi-peer Auto P2P, OP N164 Protocols, EB Distribution |
| 106 | +- Consensus: Full block production capability |
| 107 | +- Ledger: |
| 108 | + |
| 109 | +**What It Does for External Users:** |
| 110 | +- Participates in Ouroboros Praos consensus as a block producer |
| 111 | +- Generates blocks when elected by VRF lottery |
| 112 | +- Signs blocks with operational certificates and KES keys |
| 113 | +- Maintains full consensus state including leadership schedule |
| 114 | +- Enables stake pool operation |
| 115 | +- Can participate in governance actions (voting) |
| 116 | + |
| 117 | +**External Runtime Requirements:** |
| 118 | +- **Needs to connect to:** Your own relay nodes (private topology) + trusted community relays |
| 119 | +- **Network topology:** Should NOT be directly exposed to internet; connects through relay(s) |
| 120 | +- **Credentials required:** |
| 121 | + - VRF key (for leader election) |
| 122 | + - KES keys (for block signing, rotated periodically) |
| 123 | + - Operational certificate |
| 124 | + - Stake pool registration on-chain |
| 125 | +- **High availability:** Needs reliable uptime during slot leadership |
| 126 | +- **Time synchronization:** NTP critical for accurate slot timing |
| 127 | +- **Secure environment:** Air-gapped or highly secured key management |
| 128 | + |
| 129 | +--- |
| 130 | + |
| 131 | +### **5. Leios Node** (formerly "Leios Block Producing Node") |
| 132 | + |
| 133 | +A next-generation consensus node implementing the Leios protocol for significantly higher transaction throughput while maintaining Praos compatibility. |
| 134 | + |
| 135 | +**Who Uses This:** |
| 136 | +- Early protocol adopters and testers (specific user types not yet documented as Leios is in research/development phase) |
| 137 | + |
| 138 | +**Components Required:** |
| 139 | +- All components from Block Producing Node, plus: |
| 140 | +- Network: Additional Leios-specific protocols |
| 141 | +- Consensus: Leios consensus mechanism, EB/RB production |
| 142 | +- Ledger: Leios voting, Blockfrost Leios extensions |
| 143 | + |
| 144 | +**What It Does for External Users:** |
| 145 | +- Implements next-generation Leios consensus protocol |
| 146 | +- Provides significantly higher transaction throughput |
| 147 | +- Enables faster block production with Input Blocks (IBs) and Endorsement Blocks (EBs) |
| 148 | +- Maintains backward compatibility with Praos |
| 149 | +- Allows participation in experimental high-performance network |
| 150 | + |
| 151 | +**External Runtime Requirements:** |
| 152 | +- **Needs to connect to:** Other Leios-enabled nodes (likely testnet initially) |
| 153 | +- **Network requirements:** Higher bandwidth for increased throughput |
| 154 | +- **All requirements from Block Producing Node:** Plus Leios-specific credentials |
| 155 | +- **Experimental phase:** May require separate network or testnet participation |
| 156 | +- **Does NOT immediately replace:** Praos consensus (gradual transition expected) |
0 commit comments