Skip to content

Commit c32acce

Browse files
authored
Update README.md
1 parent b2feee1 commit c32acce

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
1-
# Convex
1+
# Convex - Lattice technology for Open Economic Systems
22

33
[![Maven Central](https://img.shields.io/maven-central/v/world.convex/convex.svg?label=Maven%20Central)](https://search.maven.org/search?q=world.convex)
44

5-
<!-- ![Workflow](https://github.com/convex-dev/convex/actions/workflows/tests.yml/badge.svg) -->
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.
66

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.
78

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
910

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:
1112

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) |
1322

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.
2131

2232
## About this repository
2333

0 commit comments

Comments
 (0)