Curve Visualizer
Explore the mathematics behind blockchain signatures
ECDSA - Weierstrass Curve
The secp256k1 curve y² = x³ + 7 secures Ethereum and Bitcoin. Click points on the curve to explore point addition - the fundamental operation behind every digital signature.
Real-number visualization. Blockchain uses this over a finite field - the geometry is identical.
Click two points on the curve. A chord connects them, intersects at a third point, then reflects to give P + Q.
Three cases in Weierstrass addition:
Why Bonding Curves Matter in Web3
Bonding curves power some of the most innovative mechanisms in crypto, from Uniswap's constant product AMM to token launch platforms like pump.fun. They enable continuous token issuance without traditional fundraising, create instant liquidity for new tokens, and establish transparent pricing rules encoded in smart contracts. Understanding curve mechanics is essential for evaluating DeFi protocols and token economics.
Frequently Asked Questions
See these algorithms used across real chains?
Try the Multi-Chain Signature Tool to sign and verify messages with ECDSA and Ed25519