Cypherpunk builder path
Move from concept to working Ergo code.
A focused route for developers building privacy-preserving dApps, eUTXO contracts, and agent-era workflows.
为什么选择在 Ergo?
eUTXO Model: No Surprises
No protocol-level reentrancy by construction. MEV-resistant by design exploitation. No hidden global state. Know exactly what your contract will cost before execution.
Sigma Protocols: Privacy Without PhD
Built-in zero-knowledge proofs. Add privacy features without cryptography expertise. Ring signatures, threshold proofs, all native.
Proof-of-Work: No Chain Halts
No rollbacks. No governance attacks. No validator cartels. Battle-tested security that just works.
Fair Launch: No Corporate BS
Zero VC premines. Zero foundation tax. Build on a chain where the community actually owns the network.
Start from working code: accord-protocol
The official starter for autonomous agent payment systems on Ergo. Three SDK packages (TypeScript, Python, MCP server), 10 self-contained examples covering LangChain, OpenAI function calling, CrewAI, AutoGen, and the full Reserve / Note / Tracker / Acceptance Predicate lifecycle.
快速开始使用 Fleet SDK
三步从零完成你的第一笔 Ergo 交易
Install Fleet SDK
Add Fleet SDK to your JavaScript/TypeScript project
npm install @fleet-sdk/core
Connect to Ergo
Initialize connection to Ergo network
import { Network } from "@fleet-sdk/core";
const network = Network.Testnet;Build Transaction
Create your first Ergo transaction
import { TransactionBuilder, OutputBuilder } from "@fleet-sdk/core";
const tx = new TransactionBuilder(height)
.from(inputs)
.to(new OutputBuilder(amount, address))
.sendChangeTo(changeAddress)
.payMinFee()
.build();技术 索引
Ergo 核心技术完整参考
正在为自主智能代理构建应用?
Ergo 是唯一内置可编程信用、接受谓词和可验证储备的结算层——提供超越基础支付的一切代理所需能力。
Agent Economy
Why Ergo is the base layer for autonomous economic agents: credit, notes, programmable trust.
Agent Payments
Technical architecture: Reserve · Note · Tracker · Predicate — with Fleet SDK code examples.
Testnet Demos
Reference flows on Ergo testnet: API call payment, credit system, community reserve.
Ergo 为何与众 不同
| 对比项 | Bitcoin | Ethereum | Ergo |
|---|---|---|---|
| Base Model | UTXO | Account | eUTXO |
| Smart Contract Safety | Limited | Reentrancy risks | Predictable, safer |
| Privacy Features (L1) | Transparent | Transparent | Optional (Sigma) |
| Fees & Predictability | Volatile | High, unpredictable | Low, predictable |
实时网络 健康状况
稳定的基础层 = 可靠的智能合约
1.44 TH/s
752
1,156
$1.24M
82.4M ERG
剩余 15.367M
加入 社区
获取核心开发者的帮助,与其他构建者建立联系