Compare commits
1 commit
6b1865b541
...
0dba41eff0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0dba41eff0 |
9 changed files with 145 additions and 118 deletions
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
type: claim
|
||||
domain: internet-finance
|
||||
description: "Archer Exchange's architecture gives each MM a dedicated order book they exclusively control, solving state contention that forces other DEXs off-chain"
|
||||
confidence: experimental
|
||||
source: "Dhrumil (@mmdhrumil), Archer Exchange co-founder, X archive 2026-03-09"
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Archer Exchange implements dedicated writable-only order books per market maker enabling fully on-chain matching
|
||||
|
||||
Archer Exchange's architecture solves the on-chain matching problem by giving each market maker a dedicated order book that only they can write to. This eliminates the state contention that forces most DEXs to move matching off-chain or use AMM curves instead of order books.
|
||||
|
||||
The design creates a "permission-less execution with competitive quotes model" where multiple market makers compete through their individual order books, and the protocol routes trades to the best available quote. This is architecturally distinct from both traditional AMMs (which use bonding curves) and aggregators (which route across multiple venues).
|
||||
|
||||
According to Dhrumil, the design was "inspired by observation that 'prop AMMs did extremely well'" — suggesting that giving sophisticated actors dedicated infrastructure for their strategies produces better execution quality than forcing all liquidity through shared state. This observation connects market structure (prop AMMs outperforming) to mechanism design (isolated writable state per participant).
|
||||
|
||||
The mechanism represents a new pattern in DEX design: rather than socializing liquidity (AMM pools) or centralizing matching (off-chain order books), it creates isolated writable state per participant while maintaining on-chain settlement and price discovery.
|
||||
|
||||
## Evidence
|
||||
- Dhrumil (Archer co-founder) describes architecture as "each market maker gets dedicated, writable-only-by-you order book"
|
||||
- Positioned as "fully on-chain matching" vs aggregator models
|
||||
- Design rationale explicitly stated: "prop AMMs did extremely well" observation driving architecture
|
||||
- Source has direct implementation authority (co-founder building the system)
|
||||
|
||||
## Limitations
|
||||
- Single source (though from builder with direct implementation authority)
|
||||
- No comparative performance data vs other DEX architectures
|
||||
- Confidence is experimental because this is a design pattern observation, not yet proven at scale
|
||||
|
||||
## Relationship to Existing Claims
|
||||
|
||||
This mechanism complements [[shared-liquidity-amms-could-solve-futarchy-capital-inefficiency-by-routing-base-pair-deposits-into-all-derived-conditional-token-markets.md]] — rather than sharing capital across markets, it isolates execution state per participant, representing an alternative architectural approach to the liquidity problem.
|
||||
|
||||
---
|
||||
|
||||
Topics:
|
||||
- [[domains/internet-finance/_map]]
|
||||
- [[core/mechanisms/_map]]
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
---
|
||||
type: claim
|
||||
domain: internet-finance
|
||||
description: "Archer Exchange allocates each market maker a dedicated order book they exclusively control, creating permissionless competitive quotes through fully on-chain matching inspired by prop AMM success patterns"
|
||||
confidence: experimental
|
||||
source: "Dhrumil (@mmdhrumil), Archer Exchange co-founder, X archive 2026-03-09"
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Archer Exchange implements dedicated writable-only order books per market maker enabling permissionless on-chain matching
|
||||
|
||||
Archer Exchange's architecture allocates each market maker a dedicated order book that only they can write to, creating a permissionless competitive quotes model for fully on-chain matching. Dhrumil describes the design as: "fully on-chain matching — each market maker gets dedicated, writable-only-by-you order book."
|
||||
|
||||
The mechanism separates write permissions (exclusive to each MM) from read/execution permissions (open to all traders). This design emerged from observing that "prop AMMs did extremely well," suggesting that giving market makers exclusive control over their order book state while maintaining open execution creates better outcomes than shared liquidity pools.
|
||||
|
||||
Dhrumil positions this as solving "the execution quality problem for Solana DeFi" by enabling best-execution routing across multiple independent market makers rather than relying on aggregator models. The architecture represents a novel mechanism design pattern: permissionless participation combined with isolated state control, where each market maker operates independently but competes in the same execution layer, creating market discipline without requiring explicit coordination or governance.
|
||||
|
||||
## Evidence
|
||||
- Direct quote: "fully on-chain matching — each market maker gets dedicated, writable-only-by-you order book"
|
||||
- Design rationale: "prop AMMs did extremely well" observation explicitly informed architecture
|
||||
- Positioning: "best quotes for your trades via fully on-chain matching" versus aggregator models
|
||||
- Problem statement: "execution quality problem for Solana DeFi"
|
||||
|
||||
## Limitations
|
||||
- Single source (founder describing own product) — no independent verification
|
||||
- No public usage data, liquidity metrics, or competitive quote quality benchmarks
|
||||
- Unclear how liquidity fragmentation across isolated order books affects execution quality versus unified pools in practice
|
||||
- No evidence of adoption or market traction
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[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]]
|
||||
|
||||
Topics:
|
||||
- [[domains/internet-finance/_map]]
|
||||
- [[core/mechanisms/_map]]
|
||||
|
|
@ -35,6 +35,12 @@ The design is at concept stage — Proph3t noted it in Proposal 12 as something
|
|||
- Cross-pool risk: a large loss in fail token markets could deplete the shared reserve and impair pass token settlement, creating contagion
|
||||
- The concept is undeveloped — Proph3t flagged it as something to write about with Hanson, not a designed mechanism; this claim may be superseded by more detailed analysis
|
||||
|
||||
|
||||
### Additional Evidence (extend)
|
||||
*Source: [[2026-03-09-mmdhrumil-x-archive]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
|
||||
|
||||
(extend) Archer Exchange demonstrates an alternative architectural pattern for solving liquidity problems: isolated writable state per participant rather than shared liquidity pools. Dhrumil's observation that "prop AMMs did extremely well" suggests that giving sophisticated market makers dedicated infrastructure produces better execution quality than forcing all liquidity through shared state. This represents a complementary rather than competing approach — while shared-liquidity AMMs route capital across markets, dedicated order books isolate execution state per participant. Both patterns address capital efficiency but through different mechanisms: capital routing vs state isolation.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
|
|
|
|||
|
|
@ -1,38 +0,0 @@
|
|||
---
|
||||
type: claim
|
||||
domain: internet-finance
|
||||
description: "Dhrumil predicts Solana DeFi will overtake Hyperliquid within two years because composability creates compounding infrastructure advantages over integrated platforms"
|
||||
confidence: speculative
|
||||
source: "Dhrumil (@mmdhrumil), Archer Exchange co-founder, X archive 2026-03-09"
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Solana DeFi overtakes Hyperliquid within two years through composability advantage compounding
|
||||
|
||||
Dhrumil expresses high conviction that Solana DeFi will overtake Hyperliquid within two years, with the core thesis being that Solana's composability advantage compounds over time as infrastructure layers build on each other. Direct quote: "200% confidence: Solana DeFi overtakes Hyperliquid within 2 years."
|
||||
|
||||
The prediction rests on a structural argument: composability creates network effects that accelerate as more primitives become available, while Hyperliquid's integrated optimization (single-app chain) provides early performance advantages but limits ecosystem expansion. The implicit thesis is that the infrastructure gap will close faster than the ecosystem gap widens.
|
||||
|
||||
This is a trackable prediction with clear resolution criteria (Solana DeFi TVL or volume metrics versus Hyperliquid) and a defined timeframe (two years from March 2026 = March 2028). However, the "200% confidence" framing is rhetorical rather than a calibrated probability.
|
||||
|
||||
## Evidence
|
||||
- Direct quote: "200% confidence: Solana DeFi overtakes Hyperliquid within 2 years"
|
||||
- Thesis: "Solana's composability advantage compounds over time"
|
||||
- Context: Dhrumil is building market making infrastructure (Archer) on Solana
|
||||
|
||||
## Limitations
|
||||
- Single source with clear positional bias (founder building on Solana)
|
||||
- "Overtakes" is undefined — no specification of metric (TVL? volume? users? market cap?)
|
||||
- Hyperliquid's integrated model may provide sustainable advantages in execution quality and latency that composability cannot match
|
||||
- "200% confidence" is rhetorical flourish, not a calibrated probability estimate
|
||||
- No quantitative framework for measuring infrastructure gap closure
|
||||
- Prediction is not yet resolvable (timeframe extends to March 2028)
|
||||
|
||||
---
|
||||
|
||||
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]]
|
||||
- [[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]]
|
||||
|
||||
Topics:
|
||||
- [[domains/internet-finance/_map]]
|
||||
|
|
@ -0,0 +1,51 @@
|
|||
---
|
||||
type: claim
|
||||
domain: internet-finance
|
||||
description: "Dhrumil predicts Solana DeFi overtakes Hyperliquid within 2 years based on composability advantage, with stated 200% confidence"
|
||||
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
|
||||
|
||||
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 a clear resolution date (March 2028) and measurable outcome (Solana DeFi volume/TVL vs Hyperliquid). The stated confidence level ("200%") signals strong personal conviction, though the basis is a structural thesis rather than current leading indicators.
|
||||
|
||||
The composability thesis suggests that Hyperliquid's integrated architecture — while providing better UX and performance in the short term — cannot match the innovation velocity and capital efficiency that emerges when protocols can freely compose with each other. This mirrors historical patterns where integrated solutions (iOS) compete against composable ecosystems (web, Android) with different tradeoffs at different scales.
|
||||
|
||||
The claim is speculative because:
|
||||
1. It's a forward-looking prediction without current data showing the trend
|
||||
2. Hyperliquid's current momentum and integrated UX provide strong counter-evidence
|
||||
3. The mechanism (composability advantage) is asserted but not demonstrated with specific examples
|
||||
4. Single source, though from a builder with exposure to both ecosystems
|
||||
5. Source has financial incentive (Archer benefits from Solana DeFi growth)
|
||||
|
||||
## Evidence
|
||||
- Direct quote: "200% confidence: Solana DeFi overtakes Hyperliquid within 2 years"
|
||||
- Stated mechanism: "Solana's composability advantage compounds over time"
|
||||
- Source is building infrastructure (Archer) that would benefit from Solana DeFi growth
|
||||
|
||||
## Challenges to the Prediction
|
||||
|
||||
Hyperliquid's integrated architecture currently provides:
|
||||
- Superior UX (no wallet management, instant settlement)
|
||||
- Better capital efficiency (cross-margining across all markets)
|
||||
- Faster iteration (single team controls full stack)
|
||||
- Established user base and trading volume
|
||||
|
||||
The composability advantage must overcome these integrated benefits to validate the prediction.
|
||||
|
||||
## Resolution Criteria
|
||||
|
||||
This claim can be evaluated in March 2028 by comparing:
|
||||
- Total trading volume (Solana DeFi protocols vs Hyperliquid)
|
||||
- TVL (Solana DeFi vs Hyperliquid)
|
||||
- Number of active traders
|
||||
- Market share of perpetuals/derivatives trading
|
||||
|
||||
---
|
||||
|
||||
Topics:
|
||||
- [[domains/internet-finance/_map]]
|
||||
|
|
@ -7,20 +7,22 @@ status: active
|
|||
founders:
|
||||
- Dhrumil (@mmdhrumil)
|
||||
platform: Solana
|
||||
product_type: market_making_infrastructure
|
||||
product_type: DEX
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Archer Exchange
|
||||
|
||||
Archer Exchange is a market making infrastructure protocol on Solana that implements fully on-chain matching through dedicated, writable-only order books for each market maker. Co-founded by Dhrumil (@mmdhrumil), Archer's architecture emerged from the observation that "prop AMMs did extremely well," leading to a design that gives each MM exclusive write control over their order book while maintaining permissionless execution. The protocol positions itself as solving the execution quality problem for Solana DeFi through competitive quotes rather than aggregator models.
|
||||
Archer Exchange is a fully on-chain DEX on Solana that implements dedicated, writable-only-by-you order books for each market maker. The architecture eliminates state contention by giving each MM isolated writable state while maintaining on-chain settlement and price discovery. Co-founded by Dhrumil (@mmdhrumil), the design was inspired by the observation that "prop AMMs did extremely well."
|
||||
|
||||
## Timeline
|
||||
- **2026-03-09** — Dhrumil describes Archer's architecture in X posts: dedicated per-MM order books, fully on-chain matching, permissionless execution model
|
||||
- **2026-03-09** — Dhrumil expresses "200% confidence" that Solana DeFi overtakes Hyperliquid within 2 years, citing composability advantages that Archer's infrastructure layer enables
|
||||
- **2026-03-09** — Architecture described in X thread: each MM gets dedicated order book, fully on-chain matching, permission-less execution with competitive quotes model
|
||||
|
||||
## Relationship to KB
|
||||
- Infrastructure layer for [[permissionless leverage on metaDAO ecosystem tokens catalyzes trading volume and price discovery that strengthens governance by making futarchy markets more liquid]]
|
||||
- Execution quality primitive 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]] ecosystem
|
||||
- Example of [[core/mechanisms/_map]] design: isolated state control with permissionless participation
|
||||
|
||||
Archer's dedicated order book architecture represents a new mechanism design pattern for DEX infrastructure, distinct from both AMM pools (shared liquidity) and centralized order books (off-chain matching). The design could be applied to futarchy conditional token markets to improve liquidity without requiring shared capital pools.
|
||||
|
||||
Relevant claims:
|
||||
- [[archer-exchange-implements-dedicated-writable-only-order-books-per-market-maker-enabling-fully-on-chain-matching]]
|
||||
- [[permissionless leverage on metaDAO ecosystem tokens catalyzes trading volume and price discovery that strengthens governance by making futarchy markets more liquid]]
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: person
|
||||
name: Dhrumil
|
||||
handle: "@mmdhrumil"
|
||||
domain: internet-finance
|
||||
roles:
|
||||
- co-founder: Archer Exchange
|
||||
focus_areas:
|
||||
- market_making_infrastructure
|
||||
- on_chain_matching
|
||||
- defi_execution_quality
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Dhrumil (@mmdhrumil)
|
||||
|
||||
Co-founder of Archer Exchange, a market making infrastructure protocol on Solana. Dhrumil's work focuses on mechanism design for on-chain matching and execution quality, with particular emphasis on how dedicated per-market-maker order books enable permissionless competitive quotes. His design philosophy emerged from observing that "prop AMMs did extremely well," leading to Archer's architecture of isolated state control with open execution.
|
||||
|
||||
## Timeline
|
||||
- **2026-03-09** — Describes Archer Exchange architecture: fully on-chain matching with dedicated writable-only order books per MM
|
||||
- **2026-03-09** — Predicts "200% confidence: Solana DeFi overtakes Hyperliquid within 2 years" based on composability compounding thesis
|
||||
|
||||
## Relationship to KB
|
||||
- Builder in [[domains/internet-finance/_map]] ecosystem
|
||||
- Contributor to [[core/mechanisms/_map]] through Archer's order book design
|
||||
- Part of MetaDAO/Solana DeFi infrastructure layer 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]]
|
||||
34
entities/internet-finance/dhrumil.md
Normal file
34
entities/internet-finance/dhrumil.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: person
|
||||
name: Dhrumil
|
||||
handle: "@mmdhrumil"
|
||||
domain: internet-finance
|
||||
role: Co-founder, Archer Exchange
|
||||
affiliations:
|
||||
- Archer Exchange
|
||||
focus_areas:
|
||||
- market-making
|
||||
- on-chain-matching
|
||||
- defi-infrastructure
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Dhrumil (@mmdhrumil)
|
||||
|
||||
Co-founder of Archer Exchange, a fully on-chain DEX on Solana. Focus on market making infrastructure and mechanism design for on-chain execution. Known for the observation that "prop AMMs did extremely well," which informed Archer's architecture of dedicated writable-only order books per market maker.
|
||||
|
||||
## Timeline
|
||||
- **2026-03-09** — X archive shows mechanism design focus: dedicated MM order books, on-chain matching, "200% confidence" prediction that Solana DeFi overtakes Hyperliquid within 2 years
|
||||
|
||||
## Relationship to KB
|
||||
|
||||
Dhrumil's work on market making infrastructure complements the MetaDAO ecosystem's futarchy implementation. Archer's dedicated order book pattern could address liquidity challenges in conditional token markets.
|
||||
|
||||
Relevant entities:
|
||||
- [[archer-exchange]]
|
||||
|
||||
Relevant claims:
|
||||
- [[archer-exchange-implements-dedicated-writable-only-order-books-per-market-maker-enabling-fully-on-chain-matching]]
|
||||
- [[solana-defi-will-overtake-hyperliquid-within-two-years-through-composability-advantage]]
|
||||
|
|
@ -24,10 +24,10 @@ extraction_hints:
|
|||
priority: low
|
||||
processed_by: rio
|
||||
processed_date: 2026-03-11
|
||||
claims_extracted: ["archer-exchange-implements-dedicated-writable-only-order-books-per-market-maker-enabling-permissionless-on-chain-matching.md", "solana-defi-overtakes-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", "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-fully-on-chain-matching.md", "solana-defi-will-overtake-hyperliquid-within-two-years-through-composability-advantage.md"]
|
||||
enrichments_applied: ["shared-liquidity-amms-could-solve-futarchy-capital-inefficiency-by-routing-base-pair-deposits-into-all-derived-conditional-token-markets.md"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "Extracted 2 claims (Archer's order book mechanism, Solana vs Hyperliquid prediction), 2 enrichments (connecting Archer to MetaDAO ecosystem infrastructure), and 2 new entities (Archer Exchange company, Dhrumil person). Source is ~80% substantive with strong mechanism design focus. The 'Solana overtakes Hyperliquid' prediction is trackable with 2-year resolution window (March 2028). Archer represents the market making infrastructure layer that futarchy-governed tokens require for liquid secondary markets."
|
||||
extraction_notes: "Extracted two claims: (1) Archer's dedicated order book architecture as novel mechanism design, (2) Solana vs Hyperliquid prediction as trackable forecast. Created entities for Archer Exchange and Dhrumil. Enriched existing claim about permissionless leverage with infrastructure context. Source is ~80% substantive with clear mechanism design focus. The 'prop AMM' observation and dedicated order book pattern are the key insights. Prediction is speculative but trackable with clear resolution date (March 2028)."
|
||||
---
|
||||
|
||||
# @mmdhrumil X Archive (March 2026)
|
||||
|
|
@ -55,7 +55,6 @@ extraction_notes: "Extracted 2 claims (Archer's order book mechanism, Solana vs
|
|||
|
||||
|
||||
## Key Facts
|
||||
- Archer Exchange implements dedicated writable-only order books per market maker
|
||||
- Dhrumil is co-founder of Archer Exchange
|
||||
- Archer's design inspired by observation that 'prop AMMs did extremely well'
|
||||
- Most MM logic is reactive/responsive according to Dhrumil's characterization
|
||||
- Archer Exchange gives each market maker a dedicated, writable-only-by-you order book
|
||||
- Design inspired by observation that 'prop AMMs did extremely well'
|
||||
- Dhrumil states '200% confidence: Solana DeFi overtakes Hyperliquid within 2 years'
|
||||
|
|
|
|||
Loading…
Reference in a new issue