teleo-codex/domains/internet-finance/archer-exchange-implements-dedicated-writable-only-order-books-per-market-maker-enabling-permissionless-on-chain-matching.md
m3taversal be8ff41bfe link: bidirectional source↔claim index — 414 claims + 252 sources connected
Wrote sourced_from: into 414 claim files pointing back to their origin source.
Backfilled claims_extracted: into 252 source files that were processed but
missing this field. Matching uses author+title overlap against claim source:
field, validated against 296 known-good pairs from existing claims_extracted.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-21 11:55:18 +01:00

46 lines
No EOL
3.3 KiB
Markdown

---
type: claim
domain: internet-finance
description: "Dedicated per-market-maker order books with on-chain matching solve state contention that prevents competitive market making on Solana"
confidence: experimental
source: "Dhrumil (@mmdhrumil), Archer Exchange co-founder, X archive 2026-03-09"
created: 2026-03-11
supports:
- archer-exchange
- Dhrumil
reweave_edges:
- archer-exchange|supports|2026-04-04
- Dhrumil|supports|2026-04-18
sourced_from:
- inbox/archive/internet-finance/2026-03-09-mmdhrumil-x-archive.md
---
# Archer Exchange implements dedicated writable-only-by-you order books per market maker enabling permissionless on-chain matching
Archer Exchange's architecture gives each market maker a dedicated order book that only they can write to, while maintaining fully on-chain matching with competitive quote aggregation. This design pattern addresses the fundamental state contention problem in on-chain order books: when multiple market makers compete to update the same shared state, transaction conflicts create latency and failed transactions that make competitive market making impractical.
The "writable-only-by-you" constraint means each market maker controls their own state updates without competing for write access with other participants. The protocol then aggregates quotes across all market maker books to provide best execution for takers. This separates the write-contention problem (solved through isolation) from the price discovery problem (solved through aggregation).
Dhrumil describes this as "fully on-chain matching" with "dedicated, writable-only-by-you order book for each market maker" and positions it as infrastructure for "best quotes for your trades" through competitive market making rather than traditional AMM or aggregator models.
The design was explicitly "inspired by observation that 'prop AMMs did extremely well'" — suggesting that giving market makers dedicated state control (similar to how proprietary AMM pools control their own liquidity) enables better performance than shared order book architectures.
## Evidence
- archer-exchange architecture: dedicated per-MM order books, on-chain matching, competitive quotes
- Design rationale: "prop AMMs did extremely well" observation driving architecture decisions
- Positioning: infrastructure layer for Solana DeFi execution quality
- Source: Direct statement from co-founder on architecture and design philosophy
## Significance
This represents a novel mechanism design pattern for on-chain order books that could resolve the long-standing tension between decentralization (on-chain matching) and performance (competitive market making). If successful, it would demonstrate that state isolation rather than off-chain execution is the solution to order book scalability.
---
Relevant Notes:
- permissionless-leverage-on-metadao-ecosystem-tokens-catalyzes-trading-volume-and-price-discovery-that-strengthens-governance-by-making-futarchy-markets-more-liquid.md — Archer provides the market making infrastructure layer
- MetaDAO-is-the-futarchy-launchpad-on-solana-where-projects-raise-capital-through-unruggable-icos-governed-by-conditional-markets-creating-the-first-platform-for-ownership-coins-at-scale.md — market making infrastructure enables futarchy market liquidity
Topics:
- domains/internet-finance/_map
- core/mechanisms/_map