|
1 | | -# Convex |
| 1 | +# Convex - Lattice technology for Open Economic Systems |
2 | 2 |
|
3 | 3 | [](https://search.maven.org/search?q=world.convex) |
4 | 4 |
|
5 | | -<!--  --> |
| 5 | +**Convex** is a decentralised network and execution platform that powers the Internet of Value. It realises the vision of a true **Stateful Internet**, where the network itself securely hosts, executes, and persists both code and data. |
6 | 6 |
|
| 7 | +Convex provides a full-stack platform for decentralised applications and programmable economic systems that manage digital assets. Ownership of accounts and assets is cryptographically enforced and can be governed (optionally) through smart contracts. |
7 | 8 |
|
8 | | -Convex is a decentralised network and execution engine for the Internet of Value. It can be seen as an implementation of a "Stateful Internet" where the network itself securely hosts and executes code and data. |
| 9 | +## Core Technology: Lattice-Based Architecture |
9 | 10 |
|
10 | | -It is designed as a full stack solution for decentralised applications and programmable economic systems that manage digital assets, where asset ownership is cryptographically secured and can be managed (optionally) with Smart Contracts. |
| 11 | +Unlike traditional blockchains, Convex is built on **Lattice Technology**, which leverages the mathematical properties of lattices to deliver superior consensus and verifiability. This foundation yields significant advantages over conventional blockchain designs: |
11 | 12 |
|
12 | | -Convex is based on Lattice Technology, exploiting the mathematical properties of lattices to achieve efficient consensus and verifiability. Lattice technology can be used to solve problems in a similar manner to blockchains, but offers some significant advantages: |
| 13 | +| Feature | Convex Advantage | |
| 14 | +|----------------------------------------------|-----------------------------------------------------------------------------------| |
| 15 | +| **Global State Model** | Single, consistent global state with immutable data structures and atomic transactions | |
| 16 | +| **Virtual Machine** | Lambda-calculus-based VM supporting fully Turing-complete smart contracts | |
| 17 | +| **Throughput** | Tens of thousands of write TPS today; designed to scale to millions in the future | |
| 18 | +| **Networking** | Simple, robust random-gossip protocol | |
| 19 | +| **Confirmation Latency** | Millisecond-range global consensus (network-speed dependent) | |
| 20 | +| **Energy Efficiency** | **100% Green** – powered by Convergent Proof-of-Stake (no energy-intensive mining) | |
| 21 | +| **Programming Language** | Integrated on-chain compiler for **Convex Lisp** (a modern, secure Lisp dialect) | |
13 | 22 |
|
14 | | -- Global State model with immutable data structures and atomic transactions |
15 | | -- Lambda Calculus based VM supporting Turing complete Smart Contracts |
16 | | -- High transaction throughput (tens of thousands of write transactions per second, potentially scaling to millions in the future) |
17 | | -- Simple networking protocol based on random gossip |
18 | | -- Low latency for transaction confirmation (milliseconds for global consensus, depending on network speed) |
19 | | -- 100% Green - energy efficiency using the Convergent Proof of Stake consensus algorithm |
20 | | -- Integrated on-chain compiler (Convex Lisp) |
| 23 | +## Why Convex? |
| 24 | + |
| 25 | +- **Developer-friendly**: Write smart contracts in a powerful, functional Lisp that compiles and executes directly on-chain. |
| 26 | +- **Instant finality**: Transactions confirm in milliseconds with cryptographic guarantees. |
| 27 | +- **Truly scalable**: Lattice agreement eliminates the bottlenecks of linear blockchains. |
| 28 | +- **Sustainable by design**: Minimal energy footprint while maintaining full decentralization and security. |
| 29 | + |
| 30 | +Convex is the high-performance, eco-friendly backbone for the next generation of decentralised finance, agentic economies, self-sovereign ownership, and beyond. |
21 | 31 |
|
22 | 32 | ## About this repository |
23 | 33 |
|
|
0 commit comments