@@ -68,22 +68,22 @@ This creates a true open marketplace for financial automation tools where the be
68
68
## Celaut Architecture
69
69
70
70
- ** Nodes** ([ Nodo Implementation] ( https://github.com/celaut-project/nodo ) )
71
- - Manage execution, communication, and local gas metering.
72
- - Provide Docker-like virtualized environments for isolated service execution.
73
- - Operate independently in a decentralized network, supporting load balancing and peer-to-peer delegation.
71
+ - Manage execution, communication, and local gas metering.
72
+ - Provide Docker-like virtualized environments for isolated service execution.
73
+ - Operate independently in a decentralized network, supporting load balancing and peer-to-peer delegation.
74
74
75
75
- ** Services**
76
- - Deterministic, portable, and self-contained containers.
77
- - Can request child services, enabling complex workflows.
78
- - Fully abstracted from underlying infrastructure for maximum portability and security.
76
+ - Deterministic, portable, and self-contained containers.
77
+ - Can request child services, enabling complex workflows.
78
+ - Fully abstracted from underlying infrastructure for maximum portability and security.
79
79
80
80
- ** Economic Layer (On Ergo)**
81
- - ** Reputation System** ( [ Read More ] ( eco/reputation-system.md ) ) :
82
- - Tracks node and service reliability through reputation proofs stored on-chain.
83
- - Reputation influences service selection and pricing models.
84
- - ** Payment System** :
85
- - Uses Ergo smart contracts for automatic licensing and value transfers.
86
- - Supports pay-per-use and subscription models.
81
+ - ** Reputation System** :
82
+ - Tracks node and service reliability through reputation proofs stored on-chain.
83
+ - Reputation influences service selection and pricing models.
84
+ - ** Payment System** :
85
+ - Uses Ergo smart contracts for automatic licensing and value transfers.
86
+ - Supports pay-per-use and subscription models.
87
87
88
88
---
89
89
@@ -94,6 +94,8 @@ This creates a true open marketplace for financial automation tools where the be
94
94
- Nodes assign gas based on payment and deduct gas proportionally as services consume resources.
95
95
96
96
** Load Balancing:**
97
+
98
+
97
99
- Nodes choose whether to execute services locally or delegate to peer nodes based on gas costs and availability.
98
100
- Clients remain unaware of internal delegations, maintaining seamless service access.
99
101
0 commit comments