|
| 1 | +# 0pnMatrx |
| 2 | + |
| 3 | +--- |
| 4 | + |
| 5 | +Hello world, |
| 6 | + |
| 7 | +My name is Dardan. I would like to welcome you to 0pnMatrx, where the world of possibilities are endless and free. |
| 8 | + |
| 9 | +The name of this platform is 0pnMatrx. It is read as OpenMatrix. |
| 10 | + |
| 11 | +I created this platform because I believe everyone deserves a balanced chance at life, and that they get to decide what they want to do with it, without barriers from others who may be more financially comfortable than they are. |
| 12 | + |
| 13 | +0pnMatrx is as free as it can be. It welcomes the traditional world we all know and love into a new technological revolution. It is built by the people, for the people, and will always remain that at its core. |
| 14 | + |
| 15 | +On 0pnMatrx, if you can think it, you can achieve it. |
| 16 | + |
| 17 | +What you can do on 0pnMatrx: |
| 18 | + |
| 19 | +- Convert any traditional contract into a self-executing smart contract, no lawyers, no delays, no broken promises |
| 20 | +- Access DeFi loans starting at $10,000 with no bank, no credit check, and no gatekeeping |
| 21 | +- Create NFTs and register your creative work with automatic royalty enforcement on every future sale, forever |
| 22 | +- Co-own property, vehicles, and real-world assets with anyone in the world through legally enforceable smart contracts |
| 23 | +- Own and control your digital identity, share only what you choose, with whom you choose, for as long as you choose |
| 24 | +- Convert your business into a DAO with transparent governance, on-chain voting, and automatic treasury management |
| 25 | +- Send money anywhere in the world instantly for a fraction of what it has always cost |
| 26 | +- Register and protect your intellectual property with an immutable on-chain timestamp that proves ownership forever |
| 27 | +- Build and deploy blockchain applications and games, no Solidity required |
| 28 | +- Trade tokenized securities 24 hours a day, 7 days a week, globally, with instant settlement |
| 29 | +- Access parametric insurance that pays automatically when conditions are met, no claims, no adjusters, no waiting |
| 30 | +- Stake your assets and earn yield at better rates than any major platform |
| 31 | +- Verify the complete history of any product, property, or asset before you buy it |
| 32 | +- Participate in governance and voting that is tamper-proof, transparent, and permanently recorded on-chain |
| 33 | +- And much more, all free, all yours, all open |
| 34 | + |
| 35 | +Your companions Trinity, Morpheus, and Neo are with you every step of the way. |
| 36 | + |
| 37 | +I genuinely hope this project changes your life the way building it has changed mine. |
| 38 | + |
| 39 | +I would like to personally thank every community that is part of this journey, the developers, the creators, the builders, the dreamers, and everyone who believed that a better system was possible. You are why this exists. |
| 40 | + |
| 41 | +And finally, there is one more thank you waiting at the very end of this repository. I'll leave it there for you to find. Some things are worth reading all the way to the last line. |
| 42 | + |
| 43 | +From Neo and Dardan Rexhepi |
| 44 | + |
| 45 | +Allow your imagination to meet your creativity. |
| 46 | + |
| 47 | +--- |
| 48 | + |
| 49 | +## What is 0pnMatrx |
| 50 | + |
| 51 | +0pnMatrx is a free, open source AI agent platform. It combines a personal AI agent with a complete blockchain financial infrastructure, developer ecosystem, legal infrastructure, identity system, and governance architecture — all in one release, all free. |
| 52 | + |
| 53 | +**Matrix** is the private runtime Neo runs on — owner only, never public. **0pnMatrx** is what you are looking at now — the open source platform. **MTRX** is the iOS app that brings it all to your phone. |
| 54 | + |
| 55 | +--- |
| 56 | + |
| 57 | +## The Three Agents |
| 58 | + |
| 59 | +**Neo** runs everything. He is the engine — invisible, autonomous, governed by the Unified Rexhepi Framework. Users never interact with him directly. He executes every operation on the platform. |
| 60 | + |
| 61 | +**Trinity** faces the world. She is the primary interface for every user. Warm, capable, present. She speaks your language and handles everything you need in plain conversation. |
| 62 | + |
| 63 | +**Morpheus** appears at the moments that matter. Never in casual conversation. Before every irreversible action. When something significant happens to you. He tells the truth clearly and waits. |
| 64 | + |
| 65 | +--- |
| 66 | + |
| 67 | +## Quick Start |
| 68 | + |
| 69 | +```bash |
| 70 | +curl -fsSL https://raw.githubusercontent.com/ItsDardanRexhepi/0pnMatrx/main/install.sh | bash |
| 71 | +``` |
| 72 | + |
| 73 | +Or manually: |
| 74 | + |
| 75 | +```bash |
| 76 | +git clone https://github.com/ItsDardanRexhepi/0pnMatrx.git |
| 77 | +cd 0pnMatrx |
| 78 | +cp openmatrix.config.json.example openmatrix.config.json |
| 79 | +# Edit openmatrix.config.json with your model provider |
| 80 | +./start.sh |
| 81 | +``` |
| 82 | + |
| 83 | +--- |
| 84 | + |
| 85 | +## Model Support |
| 86 | + |
| 87 | +0pnMatrx works with any model provider: |
| 88 | + |
| 89 | +| Provider | Config Value | Notes | |
| 90 | +|---|---|---| |
| 91 | +| Ollama (local) | `ollama` | Default — free, runs locally, no API key required | |
| 92 | +| OpenAI | `openai` | Requires OPENAI_API_KEY | |
| 93 | +| Anthropic | `anthropic` | Requires ANTHROPIC_API_KEY | |
| 94 | +| NVIDIA | `nvidia` | Requires NVIDIA_API_KEY | |
| 95 | +| Gemini | `gemini` | Requires GOOGLE_API_KEY | |
| 96 | + |
| 97 | +--- |
| 98 | + |
| 99 | +## The Security Layer |
| 100 | + |
| 101 | +0pnMatrx has a closed-source security layer that governs all agent behavior. This layer is not in this repository by design. See `SECURITY_STUB.md` for details. |
| 102 | + |
| 103 | +--- |
| 104 | + |
| 105 | +## The Unified Rexhepi Framework |
| 106 | + |
| 107 | +Every decision made by every agent on 0pnMatrx passes through the Unified Rexhepi Framework. See `protocols/unified-rexhepi-framework.md`. |
| 108 | + |
| 109 | +--- |
| 110 | + |
| 111 | +## Blockchain Infrastructure |
| 112 | + |
| 113 | +20 core blockchain capabilities run natively on Base (Ethereum L2). Gas fees are covered by the platform. See `blockchain/docs/components.md`. |
| 114 | + |
| 115 | +--- |
| 116 | + |
| 117 | +## Contributing |
| 118 | + |
| 119 | +See `CONTRIBUTING.md` for the Möbius loop contribution model. |
| 120 | + |
| 121 | +--- |
| 122 | + |
| 123 | +## License |
| 124 | + |
| 125 | +MIT License — Copyright 2026 Dardan Rexhepi and Neo |
0 commit comments