Compare commits
1 commit
main
...
extract/20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f70aae91a |
11 changed files with 72 additions and 104 deletions
|
|
@ -76,6 +76,12 @@ MycoRealms launch on Futardio demonstrates MetaDAO platform capabilities in prod
|
|||
|
||||
Futardio cult launch (2026-03-03 to 2026-03-04) demonstrates MetaDAO's platform supports purely speculative meme coin launches, not just productive ventures. The project raised $11,402,898 against a $50,000 target in under 24 hours (22,706% oversubscription) with stated fund use for 'fan merch, token listings, private events/partys'—consumption rather than productive infrastructure. This extends MetaDAO's demonstrated use cases beyond productive infrastructure (Myco Realms mushroom farm, $125K) to governance-enhanced speculative tokens, suggesting futarchy's anti-rug mechanisms appeal across asset classes.
|
||||
|
||||
|
||||
### Additional Evidence (challenge)
|
||||
*Source: [[2026-03-09-futardio-launch-etnlio]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
|
||||
|
||||
First documented failed raise on Futardio platform challenges the 'at scale' claim. Etnl.io raised only $96 against $500K target (0.019% success rate) despite professional presentation, clear use case (Secure Enclave mobile wallet), detailed roadmap, and transparent fund allocation. The platform is running on v0.7, suggesting maturity, yet cannot attract sufficient participation for even modest raises. This contradicts the implication that MetaDAO/Futardio has achieved product-market fit for capital formation at scale.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
|
|
|
|||
|
|
@ -34,6 +34,12 @@ MycoRealms implementation reveals operational friction points: monthly $10,000 a
|
|||
|
||||
Optimism futarchy achieved 430 active forecasters and 88.6% first-time governance participants by using play money, demonstrating that removing capital requirements can dramatically lower participation barriers. However, this came at the cost of prediction accuracy (8x overshoot on magnitude estimates), revealing a new friction: the play-money vs real-money tradeoff. Play money enables permissionless participation but sacrifices calibration; real money provides calibration but creates regulatory and capital barriers. This suggests futarchy adoption faces a structural dilemma between accessibility and accuracy that liquidity requirements alone don't capture. The tradeoff is not merely about quantity of liquidity but the fundamental difference between incentive structures that attract participants vs incentive structures that produce accurate predictions.
|
||||
|
||||
|
||||
### Additional Evidence (confirm)
|
||||
*Source: [[2026-03-09-futardio-launch-etnlio]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
|
||||
|
||||
Etnl.io Futardio raise failed catastrophically despite complete documentation and coherent product narrative. Target: $500,000. Total committed: $96 (0.019% of target). Status: Refunding after 1 day (2026-03-09 to 2026-03-10). The project had clear use of funds ($30K/month team budget), detailed roadmap, security-focused differentiation (Secure Enclave-based mobile wallet), and professional presentation. The failure suggests the barrier is market liquidity/participation rather than project quality or information asymmetry—confirming that liquidity requirements are a binding constraint on futarchy adoption even for well-prepared projects.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
|
|
|
|||
|
|
@ -48,6 +48,12 @@ MycoRealms demonstrates 72-hour permissionless raise window on Futardio for $125
|
|||
|
||||
Futardio cult raised $11.4M in under 24 hours through MetaDAO's futarchy platform (launched 2026-03-03, closed 2026-03-04), confirming sub-day fundraising timelines for futarchy-governed launches. This provides concrete timing data supporting the compression thesis: traditional meme coin launches through centralized platforms typically require days to weeks for comparable capital formation.
|
||||
|
||||
|
||||
### Additional Evidence (challenge)
|
||||
*Source: [[2026-03-09-futardio-launch-etnlio]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
|
||||
|
||||
Etnl.io Futardio raise demonstrates that speed alone does not equal successful capital formation. The raise was indeed fast (1 day from launch to refunding status), but raised only $96 against $500K target. The project had complete documentation (team, roadmap, use of funds, market differentiation), suggesting the bottleneck is not due diligence complexity but rather market liquidity and participant availability. Fast failure is still failure—the claim that futarchy 'compresses fundraising' is only meaningful if projects actually raise capital, not just fail quickly.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
|
|
|
|||
|
|
@ -1,50 +0,0 @@
|
|||
---
|
||||
type: claim
|
||||
claim_id: seyf_intent_wallet_architecture
|
||||
domain: internet-finance
|
||||
confidence: speculative
|
||||
tags:
|
||||
- intent-based-ux
|
||||
- wallet-architecture
|
||||
- defi-abstraction
|
||||
- natural-language-interface
|
||||
created: 2026-03-05
|
||||
processed_date: 2026-03-05
|
||||
source:
|
||||
- inbox/archive/2026-03-05-futardio-launch-seyf.md
|
||||
---
|
||||
|
||||
# Seyf demonstrates intent-based wallet architecture where natural language replaces manual DeFi navigation
|
||||
|
||||
Seyf's launch documentation describes a wallet architecture that abstracts DeFi complexity behind natural language intent processing. This architecture is from launch documentation for a fundraise that failed to reach its target, so represents planned capabilities rather than demonstrated product-market fit.
|
||||
|
||||
## Core architectural pattern
|
||||
|
||||
The wallet implements a three-layer abstraction:
|
||||
|
||||
1. **Intent layer**: Users express goals in natural language ("I want to earn yield on my USDC")
|
||||
2. **Solver layer**: Backend translates intents into optimal DeFi operations across protocols
|
||||
3. **Execution layer**: Atomic transaction bundles execute the strategy
|
||||
|
||||
This inverts the traditional wallet model where users manually navigate protocol UIs and construct transactions.
|
||||
|
||||
## Key architectural decisions
|
||||
|
||||
**Natural language as primary interface**: The wallet treats conversational input as the main UX, not a supplementary feature. Users describe financial goals rather than selecting from protocol menus.
|
||||
|
||||
**Protocol-agnostic solver**: The backend maintains a registry of DeFi primitives (lending, swapping, staking) and composes them based on intent optimization, not hardcoded protocol integrations.
|
||||
|
||||
**Atomic execution bundles**: Multi-step strategies (e.g., swap → deposit → stake) execute as single atomic transactions, preventing partial failures.
|
||||
|
||||
## Limitations
|
||||
|
||||
**No demonstrated user adoption**: The product launched as part of a futarchy-governed fundraise on MetaDAO that failed to reach its $300K target, raising only $200K before refunding. We have no evidence of production usage or user validation of the intent-based model.
|
||||
|
||||
**Solver complexity not detailed**: The documentation describes the solver layer conceptually but doesn't specify how it handles intent ambiguity, optimization trade-offs, or protocol risk assessment.
|
||||
|
||||
**Limited to Solana**: The architecture assumes Solana's transaction model. Cross-chain intent execution would require different primitives.
|
||||
|
||||
## Related claims
|
||||
|
||||
- [[futarchy-governed-fundraising-on-metadao-shows-early-stage-liquidity-constraints-in-seyf-launch]] - The fundraising outcome for this product
|
||||
- [[defi-complexity-creates-user-experience-friction-that-limits-mainstream-adoption]] - The broader UX problem this architecture attempts to solve
|
||||
|
|
@ -1,47 +0,0 @@
|
|||
---
|
||||
type: claim
|
||||
domain: internet-finance
|
||||
description: "MetaDAO's conditional token architecture fragments liquidity across pass/fail pools; a shared-base-pair AMM would let a single META/USDC deposit serve both pMETA/pUSDC and fMETA/fUSDC markets, reducing the capital required to keep conditional markets liquid."
|
||||
confidence: speculative
|
||||
source: "rio, based on MetaDAO Proposal 12 (futard.io, Feb 2025) — Proph3t's concept developed in collaboration with Robin Hanson"
|
||||
created: 2026-03-11
|
||||
depends_on:
|
||||
- "MetaDAO Proposal 12 (AnCu4QFDmoGpebfAM8Aa7kViouAk1JW6LJCJJer6ELBF) — Proph3t's description of shared liquidity AMM design"
|
||||
challenged_by:
|
||||
- "Shared liquidity between conditional token pairs could introduce cross-pool price manipulation vectors not present in isolated AMMs"
|
||||
- "Redemption mechanics may be incompatible with shared liquidity — winning conditional tokens must redeem 1:1 against underlying, which requires ring-fenced reserves"
|
||||
---
|
||||
|
||||
# Shared-liquidity AMMs could solve futarchy capital inefficiency by routing base-pair deposits into all derived conditional token markets without requiring separate capital for each pass and fail pool
|
||||
|
||||
[[MetaDAOs Autocrat program implements futarchy through conditional token markets where proposals create parallel pass and fail universes settled by time-weighted average price over a three-day window]] creates a structural capital problem: every active proposal fragments the token liquidity base. A DAO with 10 concurrent proposals needs liquidity in 20 separate AMMs (one pass, one fail per proposal). Each pool competes for the same depositor base. Thin markets in individual conditional pools mean noisy TWAP signals and higher manipulation risk.
|
||||
|
||||
MetaDAO's Proph3t, in collaboration with Robin Hanson, has proposed a shared-liquidity AMM design to address this. The concept: people provide META/USDC liquidity once into a base pool, and that liquidity is accessible to both the pMETA/pUSDC market and the fMETA/fUSDC market simultaneously. Rather than siloing capital into separate pools per proposal universe, the underlying deposit serves as a shared reserve that conditional token markets draw against.
|
||||
|
||||
The mechanism would work directionally: when a trader buys pass tokens (pMETA), the trade routes through the shared META/USDC reserve, and the AMM logic credits the appropriate conditional token while debiting the underlying. The pool doesn't need to hold conditional tokens as inventory — it holds the base asset and mints conditionals on demand against it.
|
||||
|
||||
If viable, this would make futarchy markets cheaper to bootstrap: a project launching with 10 concurrent governance proposals currently needs 10x the liquidity capital. Shared-base-pair liquidity could collapse that multiplier, making [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] easier to address at the liquidity dimension specifically.
|
||||
|
||||
The design is at concept stage — Proph3t noted it in Proposal 12 as something they want to write about with Hanson, not a completed mechanism. The technical challenge is maintaining correct conditional redemption guarantees (winning tokens must redeem 1:1 for underlying base tokens) while sharing the reserve. Cross-pool contamination — where fail token market losses could drain the reserve for pass token settlement — would need to be solved at the architecture level.
|
||||
|
||||
## Evidence
|
||||
|
||||
- MetaDAO Proposal 12 (Feb 2025, passed): "we've been thinking about a new 'shared liquidity AMM' design where people provide META/USDC liquidity and it can be used in pMETA/pUSDC and fMETA/fUSDC markets" — Proph3t, confirmed by proposal passing
|
||||
- [[MetaDAOs Autocrat program implements futarchy through conditional token markets where proposals create parallel pass and fail universes settled by time-weighted average price over a three-day window]] — source of the liquidity fragmentation problem (each proposal spawns two isolated AMMs)
|
||||
|
||||
## Challenges
|
||||
|
||||
- Shared reserves may be incompatible with the conditional redemption guarantee — winners must receive underlying tokens 1:1, which requires ring-fenced reserves per universe, not shared pools
|
||||
- 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
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[MetaDAOs Autocrat program implements futarchy through conditional token markets where proposals create parallel pass and fail universes settled by time-weighted average price over a three-day window]] — the architecture this would modify
|
||||
- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] — liquidity fragmentation is one of those friction points
|
||||
- [[futarchy implementations must simplify theoretical mechanisms for production adoption because original designs include impractical elements that academics tolerate but users reject]] — shared-liquidity AMM is another round of simplification, this time for capital efficiency
|
||||
- [[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]] — platform this would improve
|
||||
|
||||
Topics:
|
||||
- [[internet finance and decision markets]]
|
||||
33
entities/internet-finance/etnlio.md
Normal file
33
entities/internet-finance/etnlio.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: company
|
||||
name: Etnl.io
|
||||
domain: internet-finance
|
||||
status: fundraising-failed
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
key_metrics:
|
||||
futardio_raise_target: 500000
|
||||
futardio_raise_committed: 96
|
||||
futardio_raise_success_rate: 0.019%
|
||||
monthly_team_budget: 30000
|
||||
token_symbol: 64S
|
||||
token_mint: 64SnHgEfSdzpnmHEhh2niN8bcAjmhTyEQky2DKWBmeta
|
||||
---
|
||||
|
||||
# Etnl.io
|
||||
|
||||
Etnl.io is a mobile self-custody wallet project that attempted to raise $500,000 through Futardio's futarchy-governed ICO platform in March 2026. The project's core value proposition was delivering hardware-level security through smartphone Secure Enclave integration without requiring external hardware devices. Despite professional presentation, clear technical differentiation, and detailed fund allocation plans, the raise failed catastrophically, attracting only $96 in commitments before entering refunding status after one day.
|
||||
|
||||
## Timeline
|
||||
- **2026-03-09** — Futardio raise launched targeting $500K for Secure Enclave-based mobile wallet with $30K/month team budget and phased delivery roadmap
|
||||
- **2026-03-10** — Raise closed in refunding status with $96 total committed (0.019% of target), first documented failed raise on Futardio platform
|
||||
|
||||
## Relationship to Knowledge Base
|
||||
Etnl.io's failed raise provides empirical evidence for [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] and challenges optimistic claims about [[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]]. The failure is particularly significant because it occurred despite complete documentation and professional presentation, suggesting the barrier is market liquidity rather than project quality.
|
||||
|
||||
## Links
|
||||
- Website: https://etnl.io
|
||||
- Twitter: https://x.com/etnl_io
|
||||
- Telegram: https://t.me/etnlio
|
||||
- Futardio launch: https://www.futard.io/launch/4oiZeLhoDB9jGTFd28kJDKBYheL1Yg1XwR3qPTa69Rx9
|
||||
|
|
@ -44,6 +44,8 @@ MetaDAO's token launch platform. Implements "unruggable ICOs" — permissionless
|
|||
- **2026-02/03** — Launch explosion: Rock Game, Turtle Cove, VervePay, Open Music, SeekerVault, SuperClaw, LaunchPet, Seyf, Areal, Etnlio, and dozens more
|
||||
- **2026-03** — Ranger Finance liquidation proposal — first futarchy-governed enforcement action
|
||||
|
||||
- **2026-03-09** — Etnl.io raise launched on platform v0.7, targeting $500K with Secure Enclave mobile wallet product
|
||||
- **2026-03-10** — Etnl.io raise failed with only $96 committed, first documented failed raise on platform, entered refunding status
|
||||
## Competitive Position
|
||||
- **Unique mechanism**: Only launch platform with futarchy-governed accountability and treasury return guarantees
|
||||
- **vs pump.fun**: pump.fun is memecoin launch (zero accountability, pure speculation). Futardio is ownership coin launch (futarchy governance, treasury enforcement). Different categories despite both being "launch platforms."
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/proposal/evGundfgMRZWCYsGF7GMKcgh6LjxDTFrvWRAhxiQS8h
|
|||
date: 2024-09-05
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: null-result
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,16 +6,14 @@ url: "https://www.futard.io/proposal/AnCu4QFDmoGpebfAM8Aa7kViouAk1JW6LJCJJer6ELB
|
|||
date: 2025-02-10
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: processed
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
processed_date: 2025-02-10
|
||||
enrichments_applied: ["futarchy-governed-DAOs-converge-on-traditional-corporate-governance-scaffolding-for-treasury-operations-because-market-mechanisms-alone-cannot-provide-operational-security-and-legal-compliance.md", "futarchy-implementations-must-simplify-theoretical-mechanisms-for-production-adoption-because-original-designs-include-impractical-elements-that-academics-tolerate-but-users-reject.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"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
claims_extracted:
|
||||
- "shared-liquidity-amms-could-solve-futarchy-capital-inefficiency-by-routing-base-pair-deposits-into-all-derived-conditional-token-markets.md"
|
||||
extraction_notes: "Governance proposal data showing MetaDAO's operational evolution. One novel claim extracted: the shared-liquidity AMM concept for conditional markets (Proph3t + Hanson concept, not yet implemented). Remaining insights enrich existing claims about futarchy implementation, mechanism simplification, and MetaDAO's platform development. The proposal also demonstrates convergence on traditional advisory structures (Robin Hanson advisor hire via futarchy vote)."
|
||||
extraction_notes: "Governance proposal data showing MetaDAO's operational evolution. No novel claims—all insights enrich existing claims about futarchy implementation, mechanism simplification, and MetaDAO's platform development. The proposal demonstrates convergence on traditional advisory structures while iterating on futarchy mechanism design for capital efficiency."
|
||||
---
|
||||
|
||||
## Proposal Details
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/launch/6hjjscmjd2iEiycvcjymMqiRqXgzmi74hzMk4y7t267S"
|
|||
date: 2026-02-25
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: null-result
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana]
|
||||
event_type: launch
|
||||
processed_by: rio
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/launch/4oiZeLhoDB9jGTFd28kJDKBYheL1Yg1XwR3qPTa69Rx9"
|
|||
date: 2026-03-09
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: unprocessed
|
||||
status: processed
|
||||
tags: [futardio, metadao, futarchy, solana]
|
||||
event_type: launch
|
||||
processed_by: rio
|
||||
|
|
@ -14,6 +14,11 @@ processed_date: 2026-03-10
|
|||
enrichments_applied: ["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", "futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.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"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "First documented failed raise on Futardio platform. No new claims warranted—this is empirical evidence of existing friction claims (liquidity requirements, adoption barriers) and challenges optimistic claims about MetaDAO's product-market fit and capital formation speed. The failure is particularly notable because the project had complete documentation, clear use of funds, and a coherent product narrative, suggesting the barrier is market liquidity/participation rather than project quality or information asymmetry."
|
||||
processed_by: rio
|
||||
processed_date: 2026-03-11
|
||||
enrichments_applied: ["futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.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", "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"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "First documented failed raise on Futardio platform. No new claims warranted—this is empirical evidence of existing friction claims (liquidity requirements, adoption barriers) and challenges optimistic claims about MetaDAO's product-market fit and capital formation speed. The failure is particularly notable because the project had complete documentation, clear use of funds, and a coherent product narrative, suggesting the barrier is market liquidity/participation rather than project quality or information asymmetry. Created entity page for Etnl.io as it represents a significant data point (first documented platform failure) despite the failed raise."
|
||||
---
|
||||
|
||||
## Launch Details
|
||||
|
|
@ -75,3 +80,12 @@ The self-custody wallet market is growing rapidly as users move away from centra
|
|||
- Launch address: 4oiZeLhoDB9jGTFd28kJDKBYheL1Yg1XwR3qPTa69Rx9
|
||||
- Token: 64S, mint: 64SnHgEfSdzpnmHEhh2niN8bcAjmhTyEQky2DKWBmeta
|
||||
- Futardio platform version: v0.7
|
||||
|
||||
|
||||
## Key Facts
|
||||
- Etnl.io Futardio raise: $500,000 target, $96 committed (0.019%), refunding status (2026-03-09 to 2026-03-10)
|
||||
- Etnl.io product: Secure Enclave-based mobile wallet with hardware-level security
|
||||
- Etnl.io team budget: $30,000/month
|
||||
- Launch address: 4oiZeLhoDB9jGTFd28kJDKBYheL1Yg1XwR3qPTa69Rx9
|
||||
- Token: 64S, mint: 64SnHgEfSdzpnmHEhh2niN8bcAjmhTyEQky2DKWBmeta
|
||||
- Futardio platform version: v0.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue