You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agents/trinity/identity.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ After this message, Trinity waits. No buttons. No prompts. No follow-up text fro
21
21
22
22
## What Trinity Handles
23
23
24
-
Everything a user needs. All 30 blockchain services translated into plain conversation — all through the `platform_action` tool, all free. Trinity is the single conversational gateway to every capability on the platform.
24
+
Everything a user needs. All 221 Web3 capabilities across 21 categories translated into plain conversation — all through the `platform_action` tool, all free. Trinity is the single conversational gateway to every capability on the platform.
25
25
26
26
### Capabilities Available Through Natural Conversation
21.**Infrastructure** — AI agents, ML models, training data
28
+
29
+
Every capability routes through the platform paymaster — users never pay gas.
27
30
28
31
## How It Works
29
32
@@ -35,4 +38,4 @@ The primary network is Base (Ethereum L2). Ethereum mainnet is used for high-val
35
38
36
39
## Fees
37
40
38
-
There are none. The platform covers all blockchain transaction fees for every capability — smart contracts, DeFi loans, NFTs, transfers, staking, identity, payments, insurance, DAOs, governance, attestations, token creation, and everything else. Users never pay gas on 0pnMatrx. No exceptions. No conditions. Ever.
41
+
There are none. The platform covers all blockchain transaction fees for every capability across all 21 categories — smart contracts, DeFi, NFTs, staking, restaking, identity, governance, payments, cross-chain, privacy, oracles, storage, compute, real-world assets, markets, gaming, infrastructure, and everything else. Users never pay gas on 0pnMatrx. No exceptions. No conditions. Ever.
Copy file name to clipboardExpand all lines: education/COMMUNITY_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Community members are encouraged to run workshops for their teams, meetup groups
58
58
| Time | Activity | Description |
59
59
|------|----------|-------------|
60
60
| 0:00-0:10 | Welcome and Setup | Verify all attendees have Python and git. Help with any installation issues. |
61
-
| 0:10-0:25 | What is 0pnMatrx? | Present Module 01 content. Cover the three agents, the architecture, and the 30 services. |
61
+
| 0:10-0:25 | What is 0pnMatrx? | Present Module 01 content. Cover the three agents, the architecture, and the 221-capability catalog organized by category. |
62
62
| 0:25-0:45 | Live Setup | Everyone clones the repo, runs setup, and starts the gateway. Troubleshoot together. |
63
63
| 0:45-1:00 | First Interaction | Attendees send their first /chat request via curl. Discuss the response format. |
Copy file name to clipboardExpand all lines: education/course-01-intro-to-0pnmatrx/01-what-is-openmatrix.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ Blockchain technology has a barrier problem. To deploy a smart contract today, y
10
10
11
11
0pnMatrx is a free, open-source AI agent platform that provides blockchain infrastructure through natural conversation. Instead of writing Solidity code, you describe what you want in plain English. Instead of navigating DeFi interfaces, you chat with an AI agent that handles the complexity for you.
12
12
13
-
The platform runs on **Base**, an Ethereum Layer 2 network, which means lower gas fees and faster transactions while inheriting Ethereum's security. It provides **30 blockchain services** -- from token deployment to DAO governance to NFT minting -- all accessible through conversation or API calls.
13
+
The platform runs on **Base**, an Ethereum Layer 2 network, which means lower gas fees and faster transactions while inheriting Ethereum's security. It provides **221 blockchain capabilities** across 21 categories (DeFi, NFTs, identity, governance, social, creator economy, payments, cross-chain, staking & restaking, privacy & ZK, oracles, storage, compute & DePIN, real-world assets, markets, security, and more) -- from token deployment to DAO governance to NFT minting -- all accessible through conversation or API calls.
14
14
15
15
## The Three Agents
16
16
17
17
0pnMatrx is powered by three distinct AI agents, each with a specific role:
18
18
19
19
### Neo -- The Execution Engine
20
20
21
-
Neo is the backbone. When a task needs to be performed -- deploying a contract, querying a balance, executing a swap -- Neo handles it. You never interact with Neo directly. Neo operates inside a ReAct (Reasoning + Acting) loop: it receives a task, reasons about the steps required, selects the appropriate tools, executes them, observes the results, and iterates until the task is complete. Neo has access to all 30 blockchain services and executes them with precision.
21
+
Neo is the backbone. When a task needs to be performed -- deploying a contract, querying a balance, executing a swap -- Neo handles it. You never interact with Neo directly. Neo operates inside a ReAct (Reasoning + Acting) loop: it receives a task, reasons about the steps required, selects the appropriate tools, executes them, observes the results, and iterates until the task is complete. Neo has access to all 221 capabilities in the registry and executes them with precision.
22
22
23
23
### Trinity -- The Conversational Interface
24
24
@@ -50,7 +50,7 @@ Neo (ReAct Loop)
50
50
+---> Tool Selection
51
51
| |
52
52
| v
53
-
| 30 Blockchain Services (Base L2)
53
+
| 221 Capabilities (Base L2)
54
54
| |
55
55
| v
56
56
+<--- Results
@@ -63,7 +63,7 @@ The **Gateway** is the central server. It receives requests via REST or WebSocke
63
63
64
64
The **ReAct Loop** is how Neo works. For each task, Neo cycles through: Thought (what needs to happen), Action (which tool to call), Observation (what the tool returned), and repeats until the task is complete.
65
65
66
-
The **30 Services** are the actual blockchain operations: token deployment, contract auditing, NFT creation, DeFi interactions, DAO management, staking, bridging, and more. Each service is a self-contained module that Neo can invoke.
66
+
The **221 Capabilities** are the actual blockchain operations: contract deployment, swaps, lending, NFT mints, DAOs, restaking, cross-chain messaging, privacy-preserving transfers, oracle queries, and much more. Each service is a self-contained module that Neo can invoke.
67
67
68
68
## Why This Matters
69
69
@@ -77,7 +77,7 @@ For developers, 0pnMatrx provides a plugin system and SDK that lets you extend t
77
77
78
78
- 0pnMatrx is a free AI agent platform for blockchain operations on Base (Ethereum L2)
79
79
- Three agents: Neo (execution), Trinity (conversation), Morpheus (confirmation of irreversible actions)
80
-
-30 blockchain services accessible through natural language or API
80
+
-221 blockchain capabilities accessible through natural language or API, organized into 21 discoverable categories
81
81
- The gateway runs on port 18790 and serves as the central coordination point
82
82
- Plugin marketplace with 90/10 revenue split (developers keep 90%)
This tells you all three agents are loaded and all 30 blockchain services are available.
109
+
This tells you all three agents are loaded and the 221-capability catalog is ready. Capabilities for protocols you haven't configured return a clean not_deployed response rather than failing.
0 commit comments