Skip to content

Commit ede3508

Browse files
committed
rep system and NN caps
1 parent caf2be6 commit ede3508

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed

docs/eco/celaut.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,17 @@ Celaut applies these principles to software design, creating a decentralized dig
3232
Modern services typically force you to choose between:
3333

3434
1. **Centralized Web Services**
35-
- Easy to access
36-
- No transparency or control over your data or the underlying code
37-
- Providers can degrade service performance or misuse data
35+
- Easy to access
36+
- No transparency or control over your data or the underlying code
37+
- Providers can degrade service performance or misuse data
3838

3939
2. **Running Open-Source Code Yourself**
40-
- Full transparency and control
41-
- Requires expensive infrastructure and technical expertise
42-
- Not practical for everyday users
40+
- Full transparency and control
41+
- Requires expensive infrastructure and technical expertise
42+
- Not practical for everyday users
4343

4444
Celaut offers a third path:
45+
4546
- Infrastructure is provided by independent, decentralized nodes.
4647
- Services are deterministic, isolated, and tamper-proof after deployment.
4748
- Reputation and payments are managed transparently via Ergo smart contracts.
@@ -54,6 +55,7 @@ Celaut offers a third path:
5455
Today, using a trading bot requires either trusting a centralized platform or running complex software locally.
5556

5657
With Celaut:
58+
5759
- Trading bots are distributed services with verifiable on-chain reputations.
5860
- Users select bots based on transparent performance history recorded on Ergo.
5961
- Payments for bot usage happen automatically via Ergo smart contracts.
@@ -168,6 +170,5 @@ Ergo handles financial accountability and reputation anchoring, while Celaut nod
168170
- [Nodo Execution Engine](https://github.com/celaut-project/nodo)
169171
- [Paradigm (Theoretical Framework)](https://github.com/celaut-project/paradigm)
170172
- [Celaut Documentation](https://github.com/celaut-project/docs)
171-
- [Learn More About the Reputation System](eco/reputation-system.md)
172-
- [Celaut vs / + NetNotes](celaut_v_netnotes.md)
173+
- [Celaut vs / + Netnotes](celaut_v_netnotes.md)
173174

docs/eco/celaut_v_netnotes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
# Celaut and NetNotes: How Do They Compare?
2+
# Celaut and Netnotes: How Do They Compare?
33

4-
| Feature | **Celaut** | **NetNotes** |
4+
| Feature | **Celaut** | **Netnotes** |
55
|---------------------|-----------------------------------|---------------------------------|
66
| **Primary Focus** | Decentralized service execution and marketplaces | Personal financial management and automation |
77
| **Execution** | Services run on distributed independent nodes | Runs locally on personal devices |
@@ -13,21 +13,21 @@
1313

1414
---
1515

16-
## Can Celaut and NetNotes Be Used Together?
16+
## Can Celaut and Netnotes Be Used Together?
1717

1818
Yes, they complement each other perfectly.
1919

20-
- **NetNotes** gives individuals full control over their personal financial strategies and automation agents.
21-
- **Celaut** provides access to powerful decentralized services that can be called directly from NetNotes agents.
20+
- **Netnotes** gives individuals full control over their personal financial strategies and automation agents.
21+
- **Celaut** provides access to powerful decentralized services that can be called directly from Netnotes agents.
2222

2323
For example:
24-
- A NetNotes automation agent can monitor portfolio conditions locally.
24+
- A Netnotes automation agent can monitor portfolio conditions locally.
2525
- When specific market conditions are met, the agent can trigger advanced trading strategies hosted on Celaut’s decentralized network.
2626
- This combines local asset control with access to scalable, high-performance services that would be too resource-intensive to run on a personal device.
2727

2828
---
2929

30-
If you are looking for personal financial management tools, visit [NetNotes](netnotes.md).
30+
If you are looking for personal financial management tools, visit [Netnotes](netnotes.md).
3131

3232
If you want to build or use decentralized services and marketplaces for AI agents, automation, and trading strategies, [Celaut](celaut.md) provides the infrastructure to make that possible.
3333

docs/eco/netnotes.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
tags:
3-
- NetNotes
3+
- Netnotes
44
- Crypto Wallet
55
- Ergo
66
- KuCoin
@@ -9,13 +9,13 @@ tags:
99
- Cross-Platform
1010
---
1111

12-
# NetNotes
12+
# Netnotes
1313

14-
[View on GitHub → NetNotes Project](https://github.com/networkspore)
14+
[View on GitHub → Netnotes Project](https://github.com/networkspore)
1515

16-
NetNotes is a cross-platform cryptocurrency management suite and **reactive application framework**. It simplifies how you manage wallets, explore blockchain data, track market prices, and interact with decentralized and centralized financial systems like **Ergo** and **KuCoin**.
16+
Netnotes is a cross-platform cryptocurrency management suite and **reactive application framework**. It simplifies how you manage wallets, explore blockchain data, track market prices, and interact with decentralized and centralized financial systems like **Ergo** and **KuCoin**.
1717

18-
Unlike traditional wallets, NetNotes is built around a **messaging-driven architecture**. Every blockchain operation, API request, or transaction is processed as a message you can review and approve before it executes—offering total transparency and control.
18+
Unlike traditional wallets, Netnotes is built around a **messaging-driven architecture**. Every blockchain operation, API request, or transaction is processed as a message you can review and approve before it executes—offering total transparency and control.
1919

2020
---
2121

@@ -24,7 +24,7 @@ Unlike traditional wallets, NetNotes is built around a **messaging-driven archit
2424
- Major refactoring is in progress to enable **P2P networking capabilities** and support **distributed applications** across networked devices.
2525
- Communication paths are being cleaned up and migrated to **asynchronous processing** for improved scalability and modular architecture.
2626
- Security audits and UI component updates are underway to enforce best practices and make features easier to propagate across apps.
27-
- Experimental **atomic exchange contracts** are being developed for decentralized trading directly through NetNotes.
27+
- Experimental **atomic exchange contracts** are being developed for decentralized trading directly through Netnotes.
2828
- Final steps are being taken to integrate working **ErgoDex smart contracts** for decentralized swaps.
2929

3030
> [Explore the Draft Atomic Exchange Contracts →](https://github.com/networkspore/netnotes-engine/tree/main/src/main/resources/contracts/dex)
@@ -34,35 +34,35 @@ Unlike traditional wallets, NetNotes is built around a **messaging-driven archit
3434
## Why Is This Important?
3535

3636
- **Break Free from Closed Wallet Ecosystems**
37-
Traditional wallets are isolated, purpose-limited, and closed systems. NetNotes uses a modular, reactive architecture that allows apps, crypto services, and external APIs to **seamlessly interoperate** through a unified messaging layer.
37+
Traditional wallets are isolated, purpose-limited, and closed systems. Netnotes uses a modular, reactive architecture that allows apps, crypto services, and external APIs to **seamlessly interoperate** through a unified messaging layer.
3838

3939
- **Total Transparency and Control**
40-
In most crypto tools, you click buttons and assume it’s doing what you expect. With NetNotes, every action—sending funds, querying APIs, or using smart contracts—is a message you can **see, verify, and explicitly approve before it happens**.
40+
In most crypto tools, you click buttons and assume it’s doing what you expect. With Netnotes, every action—sending funds, querying APIs, or using smart contracts—is a message you can **see, verify, and explicitly approve before it happens**.
4141

4242
- **Enables Personal Financial Automation Agents**
43-
NetNotes' message- and event-driven design lets you build **automation agents** directly into the platform:
43+
Netnotes' message- and event-driven design lets you build **automation agents** directly into the platform:
4444
- Automate asset management based on market triggers.
4545
- Interact with DeFi protocols and atomic swaps without centralized platforms.
4646
- Use on-chain reputation data to filter risky contracts and services.
4747

4848
- **Foundation for a Decentralized Financial Agent Framework**
49-
With planned **P2P networking** and **atomic exchange contracts**, NetNotes is becoming a foundational tool for decentralized finance:
49+
With planned **P2P networking** and **atomic exchange contracts**, Netnotes is becoming a foundational tool for decentralized finance:
5050
- Compose financial services without intermediaries.
5151
- Build P2P marketplaces, financial bots, and custom trading platforms running entirely on your local infrastructure.
5252
- Manage assets across multiple blockchains (future extension) through one transparent system.
5353

5454
- **Future-Proof and Extensible**
55-
NetNotes is being refactored to support distributed apps, networked financial services, and asynchronous communication. Its modular design ensures it will grow alongside the crypto ecosystem rather than become outdated.
55+
Netnotes is being refactored to support distributed apps, networked financial services, and asynchronous communication. Its modular design ensures it will grow alongside the crypto ecosystem rather than become outdated.
5656

5757
---
5858

59-
## About NetNotes
59+
## About Netnotes
6060

6161
- **Reactive Messaging System**
6262
Every action is processed as a structured message. Wallet operations, blockchain queries, transaction signing, and API interactions all flow through this transparent, inspectable system.
6363

6464
- **Encrypted Local Database**
65-
NetNotes stores sensitive data—wallets, transactions, contacts—locally in an encrypted database. No external storage or cloud services required.
65+
Netnotes stores sensitive data—wallets, transactions, contacts—locally in an encrypted database. No external storage or cloud services required.
6666

6767
- **Built-In Applications and API Integration**
6868
- Spectrum Finance API for live DeFi data.
@@ -92,14 +92,14 @@ Unlike traditional wallets, NetNotes is built around a **messaging-driven archit
9292

9393
## Developer Integration
9494

95-
Developers can build modular apps and financial automation agents directly on top of NetNotes.
95+
Developers can build modular apps and financial automation agents directly on top of Netnotes.
9696

9797
### Key Concepts
9898

9999
- **Messaging System**: Blockchain actions, smart contracts, and API calls operate through structured, inspectable messages.
100100
- **Wallet Management**: Secure Ergo wallets with advanced transaction signing workflows.
101101
- **API Gateways**: Integrate external financial APIs, reputation systems, and cross-chain tools.
102-
- **Automation Agents**: Create bots and scripts that automate financial strategies directly within NetNotes.
102+
- **Automation Agents**: Create bots and scripts that automate financial strategies directly within Netnotes.
103103
- **P2P Support (Upcoming)**: Build decentralized services that interact directly across distributed networks.
104104

105105
### Example Use Cases
@@ -115,8 +115,8 @@ Developers can build modular apps and financial automation agents directly on to
115115

116116
## Repositories
117117

118-
- [NetNotes Engine (Core Logic)](https://github.com/networkspore/netnotes-engine)
119-
- [NetNotes Linux Client](https://github.com/networkspore/Netnotes-Linux)
120-
- [NetNotes Cross-Platform Client + Launcher](https://github.com/networkspore/Netnotes)
121-
- [Celaut vs/+ NetNotes](celaut_v_netnotes.md)
118+
- [Netnotes Engine (Core Logic)](https://github.com/networkspore/netnotes-engine)
119+
- [Netnotes Linux Client](https://github.com/networkspore/Netnotes-Linux)
120+
- [Netnotes Cross-Platform Client + Launcher](https://github.com/networkspore/Netnotes)
121+
- [Celaut vs/+ Netnotes](celaut_v_netnotes.md)
122122

mkdocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,9 @@ nav:
328328
- Crux Finance: eco/crux.md
329329
# - Azorus: eco/azorus.md
330330
- ErgoNames: eco/ergonames.md
331-
- Celaut:
332-
- eco/celaut.md
333-
- Reputation System: eco/reputation-system.md
334-
- NetNotes: eco/netnotes.md
331+
- Celaut: eco/celaut.md
332+
#- Reputation System: eco/reputation-system.md
333+
- Netnotes: eco/netnotes.md
335334
- SigmaRand: eco/sigmarand.md
336335
- Moria Finance: eco/moria-finance.md
337336
- Trading:

0 commit comments

Comments
 (0)