Compare commits
1 commit
18434b4552
...
f9bdf315ef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9bdf315ef |
5 changed files with 110 additions and 27 deletions
|
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
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
|
||||
---
|
||||
|
||||
# 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]]
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
type: claim
|
||||
domain: internet-finance
|
||||
description: "Prediction: Solana DeFi overtakes Hyperliquid within 2 years via composability compounding (trackable by March 2028)"
|
||||
confidence: speculative
|
||||
source: "Dhrumil (@mmdhrumil), Archer Exchange co-founder, X archive 2026-03-09"
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Solana DeFi will overtake Hyperliquid within two years through composability advantage compounding
|
||||
|
||||
Dhrumil states "200% confidence: Solana DeFi overtakes Hyperliquid within 2 years" based on an infrastructure thesis that "Solana's composability advantage compounds over time." This is a trackable prediction with specific timeline (by March 2028) and measurable outcome (Solana DeFi volume/TVL/market share exceeding Hyperliquid's).
|
||||
|
||||
The underlying argument is that composability — the ability for protocols to integrate and build on each other — creates compounding network effects that isolated high-performance chains cannot match. Hyperliquid is an application-specific chain optimized for perpetual futures trading, while Solana is a general-purpose chain with growing DeFi infrastructure.
|
||||
|
||||
The "200% confidence" framing (confidence >100%) is rhetorical emphasis rather than a calibrated probability estimate. The claim reflects both technical analysis (composability dynamics) and personal stake (Dhrumil is building market making infrastructure on Solana).
|
||||
|
||||
## Evidence
|
||||
- Direct quote: "200% confidence: Solana DeFi overtakes Hyperliquid within 2 years"
|
||||
- Stated rationale: "Solana's composability advantage compounds over time"
|
||||
- Timeline: Falsifiable by March 2028
|
||||
- Source: Single source (co-founder with vested interest in Solana ecosystem)
|
||||
|
||||
## Measurement Criteria
|
||||
|
||||
Overtaking could be measured by:
|
||||
- Trading volume (spot + derivatives)
|
||||
- Total value locked (TVL)
|
||||
- Number of active protocols
|
||||
- Market share of crypto derivatives trading
|
||||
- User count or transaction volume
|
||||
|
||||
The claim does not specify which metric, so comprehensive overtaking across multiple dimensions would be the strongest confirmation.
|
||||
|
||||
## Limitations
|
||||
|
||||
This is a single-source prediction from a builder with direct financial interest in Solana's success. The "200% confidence" language suggests conviction but lacks calibration. The prediction is falsifiable but depends on how "overtake" is measured.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[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]] — Solana DeFi infrastructure development
|
||||
- [[internet-capital-markets-compress-fundraising-from-months-to-days-because-permissionless-raises-eliminate-gatekeepers-while-futarchy-replaces-due-diligence-bottlenecks-with-real-time-market-pricing.md]] — composability enables rapid innovation
|
||||
|
||||
Topics:
|
||||
- [[domains/internet-finance/_map]]
|
||||
|
|
@ -4,27 +4,24 @@ entity_type: company
|
|||
name: Archer Exchange
|
||||
domain: internet-finance
|
||||
status: active
|
||||
founded: ~2025
|
||||
founded: 2025
|
||||
founders:
|
||||
- Dhrumil (@mmdhrumil)
|
||||
key_metrics:
|
||||
architecture: "Dedicated writable-only-by-you order books per market maker"
|
||||
execution_model: "Fully on-chain matching with permissionless execution"
|
||||
website: ""
|
||||
platform: Solana
|
||||
category: market-making-infrastructure
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Archer Exchange
|
||||
|
||||
Archer Exchange is a Solana-based market making infrastructure protocol that implements fully on-chain matching through dedicated order books for each market maker. Co-founded by Dhrumil (@mmdhrumil), Archer solves the state contention problem in on-chain order books by giving each MM exclusive write access to their own book while enabling permissionless execution across all books for best quote discovery.
|
||||
|
||||
The architecture was inspired by the observation that "prop AMMs did extremely well"—suggesting that giving liquidity providers dedicated, controlled state produces better outcomes than shared liquidity pools. This design philosophy positions Archer as infrastructure for the MetaDAO ecosystem and other protocols requiring liquid secondary markets for governance tokens and conditional tokens.
|
||||
Market making infrastructure protocol on Solana providing fully on-chain matching with dedicated order books per market maker. Architecture gives each MM a writable-only-by-you order book while aggregating quotes for best execution. Design inspired by observation that "prop AMMs did extremely well" — applying state isolation principles to competitive market making.
|
||||
|
||||
## Timeline
|
||||
- **2026-03-09** — Dhrumil describes Archer's architecture publicly: dedicated writable-only order books per MM, fully on-chain matching, permissionless execution model
|
||||
- **2026-03-09** — Dhrumil predicts "200% confidence: Solana DeFi overtakes Hyperliquid within 2 years" based on composability thesis that Archer exemplifies
|
||||
- **2026-03-09** — Architecture described: dedicated per-MM order books, on-chain matching, competitive quote aggregation. Positioned as infrastructure layer solving execution quality for Solana DeFi.
|
||||
|
||||
## Relationship to KB
|
||||
- Provides market making infrastructure for [[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|MetaDAO's conditional token markets]]
|
||||
- Implements mechanism design pattern of dedicated state per participant (similar to Uniswap v3 concentrated liquidity)
|
||||
- Supports [[permissionless leverage on metaDAO ecosystem tokens catalyzes trading volume and price discovery that strengthens governance by making futarchy markets more liquid|permissionless leverage infrastructure]] for governance tokens
|
||||
- Provides market making infrastructure for [[permissionless leverage on metaDAO ecosystem tokens catalyzes trading volume and price discovery that strengthens governance by making futarchy markets more liquid]]
|
||||
- Implements novel mechanism design pattern: [[archer-exchange-implements-dedicated-writable-only-order-books-per-market-maker-enabling-permissionless-on-chain-matching]] <!-- claim pending -->
|
||||
- Part of Solana DeFi infrastructure ecosystem supporting [[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]]
|
||||
|
|
@ -2,24 +2,26 @@
|
|||
type: entity
|
||||
entity_type: person
|
||||
name: Dhrumil
|
||||
handle: "@mmdhrumil"
|
||||
domain: internet-finance
|
||||
status: active
|
||||
role: Co-founder, Archer Exchange
|
||||
social:
|
||||
x: "@mmdhrumil"
|
||||
roles:
|
||||
- Co-founder, Archer Exchange
|
||||
focus_areas:
|
||||
- market-making-infrastructure
|
||||
- on-chain-matching
|
||||
- solana-defi
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Dhrumil (@mmdhrumil)
|
||||
|
||||
Dhrumil is co-founder of Archer Exchange, a Solana-based market making infrastructure protocol. His work focuses on mechanism design for on-chain matching and execution, with particular emphasis on solving state contention problems through dedicated order book architecture. He is part of the MetaDAO ecosystem of builders focused on futarchy and governance infrastructure.
|
||||
Co-founder of Archer Exchange, market making infrastructure protocol on Solana. Focus on mechanism design for on-chain matching and execution quality. Strong conviction on Solana DeFi composability advantages ("200% confidence: Solana DeFi overtakes Hyperliquid within 2 years").
|
||||
|
||||
## Timeline
|
||||
- **2026-03-09** — Describes Archer's dedicated order book architecture publicly
|
||||
- **2026-03-09** — Makes trackable prediction: "200% confidence: Solana DeFi overtakes Hyperliquid within 2 years"
|
||||
- **2026-03-09** — Described Archer Exchange architecture: dedicated writable-only-by-you order books per market maker, fully on-chain matching. Design inspired by "prop AMMs did extremely well" observation.
|
||||
|
||||
## Relationship to KB
|
||||
- Building infrastructure for [[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|MetaDAO ecosystem]]
|
||||
- Mechanism design focus complements futarchy governance work
|
||||
- Represents market making/execution layer vs. governance layer in the internet finance stack
|
||||
- Building infrastructure for [[permissionless leverage on metaDAO ecosystem tokens catalyzes trading volume and price discovery that strengthens governance by making futarchy markets more liquid]]
|
||||
- Mechanism design focus complements futarchy governance work in MetaDAO ecosystem
|
||||
|
|
@ -24,9 +24,10 @@ extraction_hints:
|
|||
priority: low
|
||||
processed_by: rio
|
||||
processed_date: 2026-03-11
|
||||
enrichments_applied: ["permissionless leverage on metaDAO ecosystem tokens catalyzes trading volume and price discovery that strengthens governance by making futarchy markets more liquid.md", "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"]
|
||||
claims_extracted: ["archer-exchange-implements-dedicated-writable-only-order-books-per-market-maker-enabling-permissionless-on-chain-matching.md", "solana-defi-will-overtake-hyperliquid-within-two-years-through-composability-advantage-compounding.md"]
|
||||
enrichments_applied: ["permissionless leverage on metaDAO ecosystem tokens catalyzes trading volume and price discovery that strengthens governance by making futarchy markets more liquid.md"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "Extracted 2 claims (Archer's dedicated order book mechanism, Solana vs Hyperliquid prediction), 2 enrichments (connecting Archer to MetaDAO ecosystem infrastructure), and 2 new entities (Archer Exchange, Dhrumil). Source is ~80% substantive with clear mechanism design focus. The dedicated order book architecture is a novel pattern worth tracking. The Hyperliquid prediction is speculative but trackable with clear resolution criteria. Filtered out ~20% community engagement noise."
|
||||
extraction_notes: "Market making infrastructure builder perspective. Two extractable claims: (1) novel order book architecture pattern, (2) trackable prediction on Solana vs Hyperliquid. One enrichment connecting Archer infrastructure to existing futarchy liquidity claim. Created entities for Archer Exchange (company) and Dhrumil (person). ~80% signal ratio — focused mechanism design content with minimal noise."
|
||||
---
|
||||
|
||||
# @mmdhrumil X Archive (March 2026)
|
||||
|
|
@ -54,7 +55,6 @@ extraction_notes: "Extracted 2 claims (Archer's dedicated order book mechanism,
|
|||
|
||||
|
||||
## Key Facts
|
||||
- Archer Exchange uses dedicated writable-only-by-you order books per market maker
|
||||
- Dhrumil is co-founder of Archer Exchange
|
||||
- Archer's design was inspired by observation that 'prop AMMs did extremely well'
|
||||
- Dhrumil predicts Solana DeFi overtakes Hyperliquid within 2 years with '200% confidence'
|
||||
- Archer Exchange provides fully on-chain matching with dedicated order books per market maker
|
||||
- Design inspired by observation that 'prop AMMs did extremely well'
|
||||
- Dhrumil predicts Solana DeFi overtakes Hyperliquid within 2 years (by March 2028)
|
||||
|
|
|
|||
Loading…
Reference in a new issue