Skip to content

Commit f3ca26a

Browse files
committed
fixing nesting
1 parent b753b68 commit f3ca26a

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

docs/eco/celaut.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,22 @@ This creates a true open marketplace for financial automation tools where the be
6868
## Celaut Architecture
6969

7070
- **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.
7474

7575
- **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.
7979

8080
- **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.
8787

8888
---
8989

@@ -94,6 +94,8 @@ This creates a true open marketplace for financial automation tools where the be
9494
- Nodes assign gas based on payment and deduct gas proportionally as services consume resources.
9595

9696
**Load Balancing:**
97+
98+
9799
- Nodes choose whether to execute services locally or delegate to peer nodes based on gas costs and availability.
98100
- Clients remain unaware of internal delegations, maintaining seamless service access.
99101

0 commit comments

Comments
 (0)