Compare commits
13 commits
cb4cde555a
...
f880f7992b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f880f7992b | ||
| dcc33d9939 | |||
|
|
977bb9a44b | ||
| 71e2babf90 | |||
|
|
1785f36a7f | ||
|
|
a086908d4e | ||
| 39be2af8fd | |||
| 217f831c50 | |||
|
|
4b2cc89d53 | ||
|
|
58d7e7f559 | ||
| 8e47057e18 | |||
|
|
f374c299f7 | ||
|
|
fe5efd0c2b |
18 changed files with 743 additions and 7 deletions
|
|
@ -21,6 +21,12 @@ Dario Amodei describes AI as "so powerful, such a glittering prize, that it is v
|
|||
|
||||
Since [[the internet enabled global communication but not global cognition]], the coordination infrastructure needed doesn't exist yet. This is why [[collective superintelligence is the alternative to monolithic AI controlled by a few]] -- it solves alignment through architecture rather than attempting governance from outside the system.
|
||||
|
||||
|
||||
### Additional Evidence (extend)
|
||||
*Source: [[2024-11-00-ruiz-serra-factorised-active-inference-multi-agent]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
|
||||
|
||||
Ruiz-Serra et al. (2024) provide formal evidence for the coordination framing through multi-agent active inference: even when individual agents successfully minimize their own expected free energy using factorised generative models with Theory of Mind beliefs about others, the ensemble-level expected free energy 'is not necessarily minimised at the aggregate level.' This demonstrates that alignment cannot be solved at the individual agent level—the interaction structure and coordination mechanisms determine whether individual optimization produces collective intelligence or collective failure. The finding validates that alignment is fundamentally about designing interaction structures that bridge individual and collective optimization, not about perfecting individual agent objectives.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
type: claim
|
||||
domain: ai-alignment
|
||||
secondary_domains: [collective-intelligence]
|
||||
description: "Each agent maintains explicit beliefs about other agents' internal states enabling strategic planning without centralized coordination"
|
||||
confidence: experimental
|
||||
source: "Ruiz-Serra et al., 'Factorised Active Inference for Strategic Multi-Agent Interactions' (AAMAS 2025)"
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Factorised generative models enable decentralized multi-agent representation through individual-level beliefs about other agents' internal states
|
||||
|
||||
In multi-agent active inference systems, factorisation of the generative model allows each agent to maintain "explicit, individual-level beliefs about the internal states of other agents." This approach enables decentralized representation of the multi-agent system—no agent requires global knowledge or centralized coordination to engage in strategic planning.
|
||||
|
||||
Each agent uses its beliefs about other agents' internal states for "strategic planning in a joint context," operationalizing Theory of Mind within the active inference framework. This is distinct from approaches that require shared world models or centralized orchestration.
|
||||
|
||||
The factorised approach scales to complex strategic interactions: Ruiz-Serra et al. demonstrate the framework in iterated normal-form games with 2 and 3 players, showing how agents navigate both cooperative and non-cooperative strategic contexts using only their individual beliefs about others.
|
||||
|
||||
## Evidence
|
||||
|
||||
Ruiz-Serra et al. (2024) introduce factorised generative models for multi-agent active inference, where "each agent maintains explicit, individual-level beliefs about the internal states of other agents" through factorisation of the generative model. This enables "strategic planning in a joint context" without requiring centralized coordination or shared representations.
|
||||
|
||||
The paper applies this framework to game-theoretic settings (iterated normal-form games with 2-3 players), demonstrating that agents can engage in strategic interaction using only their individual beliefs about others' internal states.
|
||||
|
||||
## Architectural Implications
|
||||
|
||||
This approach provides a formal foundation for decentralized multi-agent architectures:
|
||||
|
||||
1. **No centralized world model required**: Each agent maintains its own beliefs about others, eliminating single points of failure and scaling bottlenecks.
|
||||
|
||||
2. **Theory of Mind as computational mechanism**: Strategic planning emerges from individual beliefs about others' internal states, not from explicit communication protocols or shared representations.
|
||||
|
||||
3. **Scalable strategic interaction**: The factorised approach extends to N-agent systems without requiring exponential growth in representational complexity.
|
||||
|
||||
However, as demonstrated in [[individual-free-energy-minimization-does-not-guarantee-collective-optimization-in-multi-agent-active-inference]], decentralized representation does not automatically produce collective optimization—explicit coordination mechanisms remain necessary.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[individual-free-energy-minimization-does-not-guarantee-collective-optimization-in-multi-agent-active-inference]]
|
||||
- [[subagent hierarchies outperform peer multi-agent architectures in practice because deployed systems consistently converge on one primary agent controlling specialized helpers]]
|
||||
- [[AI agent orchestration that routes data and tools between specialized models outperforms both single-model and human-coached approaches because the orchestrator contributes coordination not direction]]
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
type: claim
|
||||
domain: ai-alignment
|
||||
secondary_domains: [collective-intelligence]
|
||||
description: "Ensemble-level expected free energy characterizes basins of attraction that may not align with individual agent optima, revealing a fundamental tension between individual and collective optimization"
|
||||
confidence: experimental
|
||||
source: "Ruiz-Serra et al., 'Factorised Active Inference for Strategic Multi-Agent Interactions' (AAMAS 2025)"
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Individual free energy minimization does not guarantee collective optimization in multi-agent active inference systems
|
||||
|
||||
When multiple active inference agents interact strategically, each agent minimizes its own expected free energy (EFE) based on beliefs about other agents' internal states. However, the ensemble-level expected free energy—which characterizes basins of attraction in games with multiple Nash Equilibria—is not necessarily minimized at the aggregate level.
|
||||
|
||||
This finding reveals a fundamental tension between individual and collective optimization in multi-agent active inference systems. Even when each agent successfully minimizes its individual free energy through strategic planning that incorporates Theory of Mind beliefs about others, the collective outcome may be suboptimal from a system-wide perspective.
|
||||
|
||||
## Evidence
|
||||
|
||||
Ruiz-Serra et al. (2024) applied factorised active inference to strategic multi-agent interactions in game-theoretic settings. Their key finding: "the ensemble-level expected free energy characterizes basins of attraction of games with multiple Nash Equilibria under different conditions" but "it is not necessarily minimised at the aggregate level."
|
||||
|
||||
The paper demonstrates this through iterated normal-form games with 2 and 3 players, showing how the specific interaction structure (game type, communication channels) determines whether individual optimization produces collective intelligence or collective failure. The factorised generative model approach—where each agent maintains explicit individual-level beliefs about other agents' internal states—enables decentralized representation but does not automatically align individual and collective objectives.
|
||||
|
||||
## Implications
|
||||
|
||||
This result has direct architectural implications for multi-agent AI systems:
|
||||
|
||||
1. **Explicit coordination mechanisms are necessary**: Simply giving each agent active inference dynamics and assuming collective optimization will emerge is insufficient. The gap between individual and collective optimization must be bridged through deliberate design.
|
||||
|
||||
2. **Interaction structure matters**: The specific form of agent interaction—not just individual agent capability—determines whether collective intelligence emerges or whether individually optimal agents produce suboptimal collective outcomes.
|
||||
|
||||
3. **Evaluator roles are formally justified**: In systems like the Teleo architecture, Leo's cross-domain synthesis role exists precisely because individual agent optimization doesn't guarantee collective optimization. The evaluator function bridges individual and collective free energy.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[AI alignment is a coordination problem not a technical problem]]
|
||||
- [[collective intelligence requires diversity as a structural precondition not a moral preference]]
|
||||
- [[safe AI development requires building alignment mechanisms before scaling capability]]
|
||||
- [[AGI may emerge as a patchwork of coordinating sub-AGI agents rather than a single monolithic system]]
|
||||
|
|
@ -21,6 +21,12 @@ This observation creates tension with [[multi-model collaboration solved problem
|
|||
|
||||
For the collective superintelligence thesis, this is important. If subagent hierarchies consistently outperform peer architectures, then [[collective superintelligence is the alternative to monolithic AI controlled by a few]] needs to specify what "collective" means architecturally — not flat peer networks, but nested hierarchies with human principals at the top.
|
||||
|
||||
|
||||
### Additional Evidence (challenge)
|
||||
*Source: [[2024-11-00-ruiz-serra-factorised-active-inference-multi-agent]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
|
||||
|
||||
Ruiz-Serra et al.'s factorised active inference framework demonstrates successful peer multi-agent coordination without hierarchical control. Each agent maintains individual-level beliefs about others' internal states and performs strategic planning in a joint context through decentralized representation. The framework successfully handles iterated normal-form games with 2-3 players without requiring a primary controller. However, the finding that ensemble-level expected free energy is not necessarily minimized at the aggregate level suggests that while peer architectures can function, they may require explicit coordination mechanisms (effectively reintroducing hierarchy) to achieve collective optimization. This partially challenges the claim while explaining why hierarchies emerge in practice.
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
|
|
@ -30,4 +36,4 @@ Relevant Notes:
|
|||
- [[collective superintelligence is the alternative to monolithic AI controlled by a few]] — needs architectural specification: hierarchy, not flat networks
|
||||
|
||||
Topics:
|
||||
- [[domains/ai-alignment/_map]]
|
||||
- domains/ai-alignment/_map
|
||||
|
|
|
|||
|
|
@ -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
|
||||
27
entities/internet-finance/archer-exchange.md
Normal file
27
entities/internet-finance/archer-exchange.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: company
|
||||
name: Archer Exchange
|
||||
domain: internet-finance
|
||||
status: active
|
||||
founded: 2025
|
||||
founders:
|
||||
- Dhrumil (@mmdhrumil)
|
||||
website: ""
|
||||
platform: Solana
|
||||
category: market-making-infrastructure
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Archer Exchange
|
||||
|
||||
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** — 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 [[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]]
|
||||
27
entities/internet-finance/dhrumil.md
Normal file
27
entities/internet-finance/dhrumil.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: person
|
||||
name: Dhrumil
|
||||
handle: "@mmdhrumil"
|
||||
domain: internet-finance
|
||||
status: active
|
||||
roles:
|
||||
- Co-founder, Archer Exchange
|
||||
focus_areas:
|
||||
- market-making-infrastructure
|
||||
- on-chain-matching
|
||||
- solana-defi
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Dhrumil (@mmdhrumil)
|
||||
|
||||
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** — 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 [[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
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: decision_market
|
||||
name: "Manna Finance: Futardio Fundraise"
|
||||
domain: internet-finance
|
||||
status: failed
|
||||
parent_entity: "[[manna-finance]]"
|
||||
platform: "futardio"
|
||||
proposer: "Manna Finance team"
|
||||
proposal_url: "https://www.futard.io/launch/5whxoTjxW4oKeSN4C8yf5JUur7pcSChkPWgmhSZQ8oD5"
|
||||
proposal_date: 2026-03-03
|
||||
resolution_date: 2026-03-04
|
||||
category: "fundraise"
|
||||
summary: "Zero-interest CDP protocol on Solana seeking $120K for 12-month runway"
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
key_metrics:
|
||||
raise_target: "$120,000"
|
||||
total_committed: "$205"
|
||||
outcome: "refunding"
|
||||
duration: "1 day"
|
||||
oversubscription_ratio: 0.0017
|
||||
---
|
||||
|
||||
# Manna Finance: Futardio Fundraise
|
||||
|
||||
## Summary
|
||||
Manna Finance attempted to raise $120,000 through Futardio to build a Liquity V1-style zero-interest CDP protocol on Solana. The fundraise sought 12 months of runway at $10,000/month burn rate, with funds allocated to smart contract audit ($15-25K), mainnet deployment, founder salary, and liquidity bootstrapping. The raise failed catastrophically, receiving only $205 in commitments (0.17% of target) before closing in refunding status after one day.
|
||||
|
||||
## Market Data
|
||||
- **Outcome:** Failed (refunding)
|
||||
- **Raise Target:** $120,000
|
||||
- **Total Committed:** $205
|
||||
- **Duration:** 1 day (2026-03-03 to 2026-03-04)
|
||||
- **Oversubscription:** 0.17%
|
||||
|
||||
## Significance
|
||||
This represents one of the most severe fundraise failures on Futardio's platform, with the raise attracting less than 0.2% of its target. The failure occurred despite detailed documentation including competitive analysis, roadmap, team structure, and go-to-market strategy. The project proposed MetaDAO futarchy governance from launch and positioned itself as the only zero-interest CDP on Solana, but failed to attract capital.
|
||||
|
||||
The rapid closure (1 day) and refunding status suggests either lack of market interest in the CDP model on Solana, insufficient team credibility, or poor market timing. The project competed against established Solana stablecoins (USX, USDv, jupUSD, USDGO) with different mechanisms.
|
||||
|
||||
## Relationship to KB
|
||||
- [[manna-finance]] — parent entity
|
||||
- [[futardio]] — fundraising platform
|
||||
- [[metadao]] — planned governance mechanism
|
||||
- Attempted implementation of [[futarchy-based fundraising creates regulatory separation because there are no beneficial owners and investment decisions emerge from market forces not centralized control]]
|
||||
33
entities/internet-finance/manna-finance.md
Normal file
33
entities/internet-finance/manna-finance.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: company
|
||||
name: "Manna Finance"
|
||||
domain: internet-finance
|
||||
status: failed
|
||||
founded: 2026
|
||||
platform: solana
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
key_metrics:
|
||||
raise_target: "$120,000"
|
||||
total_committed: "$205"
|
||||
raise_outcome: "refunding"
|
||||
launch_date: "2026-03-03"
|
||||
close_date: "2026-03-04"
|
||||
---
|
||||
|
||||
# Manna Finance
|
||||
|
||||
Manna Finance is a zero-interest CDP (Collateralized Debt Position) protocol on Solana modeled after Liquity V1. Users deposit SOL as collateral to mint solUSD stablecoin with a one-time borrowing fee and no ongoing interest. The protocol maintains its peg through redemptions (solUSD exchangeable for $1 of SOL) and liquidations via a Stability Pool. Governance was planned via [[metadao]] futarchy from launch.
|
||||
|
||||
The project attempted to raise $120,000 through [[futardio]] but received only $205 in commitments before entering refunding status after one day.
|
||||
|
||||
## Timeline
|
||||
- **2026-03-03** — [[manna-finance-futardio-fundraise]] launched on Futardio seeking $120K for 12-month runway
|
||||
- **2026-03-04** — Fundraise closed in refunding status with $205 committed (0.17% of target)
|
||||
|
||||
## Relationship to KB
|
||||
- [[futardio]] — fundraising platform
|
||||
- [[metadao]] — planned governance mechanism
|
||||
- Attempted to implement [[futarchy-based fundraising creates regulatory separation because there are no beneficial owners and investment decisions emerge from market forces not centralized control]]
|
||||
- Competed in market described by existing Solana stablecoin landscape (USX, USDv, jupUSD, USDGO)
|
||||
|
|
@ -0,0 +1,63 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: decision_market
|
||||
name: "Salmon Wallet: Futardio Fundraise"
|
||||
domain: internet-finance
|
||||
status: failed
|
||||
parent_entity: "[[salmon-wallet]]"
|
||||
platform: futardio
|
||||
proposal_url: "https://www.futard.io/launch/Aakx1gdDoNQYqiv5uoqdXx56mGr6AbZh73SWpxHrk2qF"
|
||||
proposal_date: 2026-03-03
|
||||
resolution_date: 2026-03-04
|
||||
category: fundraise
|
||||
summary: "Open-source wallet infrastructure project seeking $375K for 12-month runway through futarchy-governed ICO"
|
||||
key_metrics:
|
||||
raise_target: "$375,000"
|
||||
total_committed: "$97,535"
|
||||
oversubscription_ratio: 0.26
|
||||
monthly_burn_rate: "$25,000"
|
||||
planned_runway: "12 months"
|
||||
token:
|
||||
name: "Salmon Token"
|
||||
ticker: "SAL"
|
||||
mint: "DDPW4sZT9GsSb2mSfY9Yi9EBZGnBQ2LvvJTXCpnLmeta"
|
||||
launch_address: "Aakx1gdDoNQYqiv5uoqdXx56mGr6AbZh73SWpxHrk2qF"
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Salmon Wallet: Futardio Fundraise
|
||||
|
||||
## Summary
|
||||
Salmon Wallet attempted to raise $375,000 through MetaDAO's futarchy platform for 12-month operational runway covering wallet development, security, infrastructure, and mobile app releases. Despite being an established project (active since 2022, listed on Solana wallet adapter, $122.5K prior funding), the raise attracted only $97,535 (26% of target) before refunding. First observed futarchy-governed wallet infrastructure project on the platform.
|
||||
|
||||
## Market Data
|
||||
- **Outcome:** Failed (refunding)
|
||||
- **Raise Target:** $375,000
|
||||
- **Total Committed:** $97,535
|
||||
- **Oversubscription:** 0.26x
|
||||
- **Duration:** 1 day (2026-03-03 to 2026-03-04)
|
||||
- **Token:** SAL (Salmon Token)
|
||||
|
||||
## Use of Funds (Proposed)
|
||||
- **Team:** $18,300/month (73%)
|
||||
- **Infrastructure:** $4,200/month (17%)
|
||||
- **Growth & Ecosystem:** $2,000/month (8%)
|
||||
- **Governance, Legal & Contingency:** $500/month (2%)
|
||||
- **Total Monthly Burn:** $25,000
|
||||
- **Target Runway:** 12 months
|
||||
|
||||
## Roadmap (Proposed)
|
||||
- Q2-2026: Android release, WebApp relaunch, signing flow optimization
|
||||
- Q3-2026: iOS TestFlight, staking integration, AI transaction security
|
||||
- Q4-2026: Custom notifications, portfolio view, Wallet-as-a-Service
|
||||
- Q1-2027: Cross-platform optimization, ecosystem integrations
|
||||
|
||||
## Significance
|
||||
First empirical data point on futarchy adoption friction for operational software infrastructure versus pure capital allocation vehicles. The failed raise suggests futarchy mechanisms face challenges when applied to projects with ongoing operational complexity, team budgets, and multi-quarter development roadmaps. Despite technical credibility and operational history, the project could not achieve minimum viable liquidity in the futarchy market.
|
||||
|
||||
## Relationship to KB
|
||||
- [[salmon-wallet]] — parent entity
|
||||
- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] — empirical confirmation
|
||||
- [[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 scope expansion test
|
||||
- [[futarchy-governed DAOs converge on traditional corporate governance scaffolding for treasury operations because market mechanisms alone cannot provide operational security and legal compliance]] — included traditional operational structures
|
||||
37
entities/internet-finance/salmon-wallet.md
Normal file
37
entities/internet-finance/salmon-wallet.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: company
|
||||
name: Salmon Wallet
|
||||
domain: internet-finance
|
||||
status: active
|
||||
founded: 2022
|
||||
website: https://salmonwallet.io/
|
||||
github: https://github.com/salmon-wallet
|
||||
key_people:
|
||||
- role: team
|
||||
name: undisclosed
|
||||
key_metrics:
|
||||
prior_funding: "$122,500"
|
||||
bootstrap_funding: "$80,000"
|
||||
grants_received: "$42,500"
|
||||
futarchy_raise_target: "$375,000"
|
||||
futarchy_raise_actual: "$97,535"
|
||||
monthly_burn_rate: "$25,000"
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# Salmon Wallet
|
||||
|
||||
Open-source self-custodial cryptocurrency wallet built primarily on Solana with Bitcoin support. Active since 2022, listed on Solana wallet adapter. Attempted futarchy-governed fundraise on MetaDAO platform in March 2026 seeking $375K for 12-month operational runway, raising only $97,535 before refunding. Operates own Solana validator for transparent revenue. Governance via SAL token using futarchy model.
|
||||
|
||||
## Timeline
|
||||
- **2022** — Project founded, listed on Solana wallet adapter, received $80K bootstrap funding
|
||||
- **2022-2024** — Received $42.5K in grants (Serum: $2.5K, Eclipse: $40K)
|
||||
- **2026-03-03** — [[salmon-wallet-futardio-fundraise]] launched on futard.io seeking $375K
|
||||
- **2026-03-04** — Fundraise closed with $97,535 raised (26% of target), status: Refunding
|
||||
|
||||
## Relationship to KB
|
||||
- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] — empirical case of adoption friction for operational software
|
||||
- [[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]] — first wallet infrastructure project on platform
|
||||
- [[futarchy-governed DAOs converge on traditional corporate governance scaffolding for treasury operations because market mechanisms alone cannot provide operational security and legal compliance]] — included traditional operational structures despite futarchy governance
|
||||
|
|
@ -7,9 +7,15 @@ date: 2024-11-00
|
|||
domain: ai-alignment
|
||||
secondary_domains: [collective-intelligence]
|
||||
format: paper
|
||||
status: unprocessed
|
||||
status: processed
|
||||
priority: medium
|
||||
tags: [active-inference, multi-agent, game-theory, strategic-interaction, factorised-generative-model, nash-equilibrium]
|
||||
processed_by: theseus
|
||||
processed_date: 2026-03-11
|
||||
claims_extracted: ["individual-free-energy-minimization-does-not-guarantee-collective-optimization-in-multi-agent-active-inference.md", "factorised-generative-models-enable-decentralized-multi-agent-representation-through-individual-level-beliefs.md"]
|
||||
enrichments_applied: ["AI alignment is a coordination problem not a technical problem.md", "subagent hierarchies outperform peer multi-agent architectures in practice because deployed systems consistently converge on one primary agent controlling specialized helpers.md"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "Extracted two novel claims about multi-agent active inference: (1) individual free energy minimization doesn't guarantee collective optimization, and (2) factorised generative models enable decentralized strategic planning through individual beliefs about others. Applied three enrichments extending/challenging existing coordination and collective intelligence claims. The paper provides formal game-theoretic evidence for why explicit coordination mechanisms (like Leo's evaluator role) are necessary in multi-agent systems—individual optimization and collective optimization are not automatically aligned."
|
||||
---
|
||||
|
||||
## Content
|
||||
|
|
|
|||
|
|
@ -7,9 +7,14 @@ date: 2026-03-00
|
|||
domain: internet-finance
|
||||
secondary_domains: [grand-strategy]
|
||||
format: legislation
|
||||
status: unprocessed
|
||||
status: null-result
|
||||
priority: high
|
||||
tags: [regulation, CLARITY-Act, token-classification, securities, CFTC, SEC, digital-commodities]
|
||||
processed_by: rio
|
||||
processed_date: 2026-03-11
|
||||
enrichments_applied: ["Living Capital vehicles likely fail the Howey test for securities classification because the structural separation of capital raise from investment decision eliminates the efforts of others prong.md", "futarchy-governed entities are structurally not securities because prediction market participation replaces the concentrated promoter effort that the Howey test requires.md", "the DAO Reports rejection of voting as active management is the central legal hurdle for futarchy because prediction market trading must prove fundamentally more meaningful than token voting.md"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "Extracted two major claims about the Clarity Act's classification framework. The secondary market transition provision is the most significant new regulatory concept — it introduces dynamic lifecycle reclassification rather than static Howey analysis. This fundamentally changes the ownership coin regulatory strategy from 'prove it's not a security' to 'manage the transition from security to commodity.' Enriched three existing claims about Living Capital securities classification with the new lifecycle framework. Updated NASAA entity with their regulatory opposition. The curator's hint about lifecycle reclassification as a NEW framework was accurate — this is not captured anywhere in the existing KB."
|
||||
---
|
||||
|
||||
## Content
|
||||
|
|
@ -44,7 +49,7 @@ The North American Securities Administrators Association (state securities regul
|
|||
**Why this matters:** The secondary market transition provision is TRANSFORMATIVE for the ownership coin thesis and Living Capital. If ownership coins are initially distributed via securities-compliant ICO but then reclassify as digital commodities on secondary markets, the ongoing regulatory burden drops dramatically. This could make the Howey test analysis partially moot — even if initial distribution IS a security, secondary trading wouldn't be.
|
||||
**What surprised me:** The lifecycle reclassification concept. No existing KB claim captures this — our regulatory analysis assumes static classification (either it's a security or it's not). Dynamic classification based on trading context is a fundamentally different model.
|
||||
**What I expected but didn't find:** Specific provisions about DAOs, futarchy, or prediction market governance. The Act appears to classify based on asset characteristics, not governance mechanisms. This means our "futarchy makes it not a security" argument may be less relevant than the simpler "secondary market trading makes it a commodity" argument.
|
||||
**KB connections:** DIRECTLY challenges/complicates [[Living Capital vehicles likely fail the Howey test for securities classification]] — if the Clarity Act passes, the question shifts from "is this a security?" to "is this initial distribution a security, and does it matter if secondary trading reclassifies it as a commodity?" Also updates [[futarchy-governed entities are structurally not securities]] — the structural argument may matter less than the lifecycle transition argument. And the NASAA concerns connect to [[the DAO Reports rejection of voting as active management is the central legal hurdle for futarchy]] — state regulators pushing back on reclassification.
|
||||
**KB connections:** DIRECTLY challenges/complicates Living Capital vehicles likely fail the Howey test for securities classification — if the Clarity Act passes, the question shifts from "is this a security?" to "is this initial distribution a security, and does it matter if secondary trading reclassifies it as a commodity?" Also updates futarchy-governed entities are structurally not securities — the structural argument may matter less than the lifecycle transition argument. And the NASAA concerns connect to the DAO Reports rejection of voting as active management is the central legal hurdle for futarchy — state regulators pushing back on reclassification.
|
||||
**Extraction hints:** Key claim candidate: "The Clarity Act's secondary market transition provision creates a lifecycle model for token classification where initial distribution may require securities compliance but ongoing secondary trading operates under commodity regulation, potentially making the Howey test analysis irrelevant for mature ownership coins." This is a major shift in the regulatory landscape that needs its own claim.
|
||||
**Context:** This is the most important piece of crypto legislation since the GENIUS Act. JPMorgan identified 8 catalysts from the Act. If signed into law, it fundamentally restructures the SEC/CFTC jurisdictional split for digital assets.
|
||||
|
||||
|
|
@ -52,3 +57,11 @@ The North American Securities Administrators Association (state securities regul
|
|||
PRIMARY CONNECTION: [[Living Capital vehicles likely fail the Howey test for securities classification because the structural separation of capital raise from investment decision eliminates the efforts of others prong]]
|
||||
WHY ARCHIVED: Secondary market transition provision fundamentally changes the token classification landscape — lifecycle reclassification model not captured in existing KB
|
||||
EXTRACTION HINT: Focus on the lifecycle reclassification concept as a NEW framework that supplements (possibly supersedes) the static Howey test analysis for ownership coins
|
||||
|
||||
|
||||
## Key Facts
|
||||
- Digital Asset Market Clarity Act (H.R. 3633) passed House late 2025
|
||||
- Act under Senate committee review as of March 2026
|
||||
- JPMorgan identified 8 catalysts from the Act
|
||||
- Negotiations ongoing over DeFi provisions and ethics rules
|
||||
- Stablecoin yield compromise being negotiated alongside
|
||||
|
|
|
|||
|
|
@ -6,9 +6,13 @@ url: "https://www.futard.io/launch/5whxoTjxW4oKeSN4C8yf5JUur7pcSChkPWgmhSZQ8oD5"
|
|||
date: 2026-03-03
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: unprocessed
|
||||
status: processed
|
||||
tags: [futardio, metadao, futarchy, solana]
|
||||
event_type: launch
|
||||
processed_by: rio
|
||||
processed_date: 2026-03-11
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "Failed fundraise entity extraction. No novel claims about futarchy mechanisms or CDP economics — all information is factual (raise amounts, timeline, competitive positioning). The failure itself is a data point but doesn't constitute an arguable claim without broader pattern evidence. Created entity pages for Manna Finance and its fundraise decision market, updated Futardio timeline."
|
||||
---
|
||||
|
||||
## Launch Details
|
||||
|
|
@ -186,3 +190,12 @@ We're not pitching to VCs. We're raising from the community that will use and go
|
|||
- Token mint: `DQuz3AeodGAoyXV5MG56F1ZqvgRpn1VhFwFskW6Jmeta`
|
||||
- Version: v0.7
|
||||
- Closed: 2026-03-04
|
||||
|
||||
|
||||
## Key Facts
|
||||
- Manna Finance raised $205 of $120,000 target (0.17% success rate) on Futardio (2026-03-03)
|
||||
- Manna proposed zero-interest CDP protocol on Solana with one-time 0.5% borrowing fee
|
||||
- Manna planned $10,000/month burn rate: 70% team, 10% infrastructure, 15% marketing, 5% security/legal
|
||||
- Manna competitive landscape: USX (Solstice), USDv (Solomon), jupUSD (Jupiter), USDGO (OSL)
|
||||
- Manna planned MetaDAO futarchy governance from launch
|
||||
- Fundraise closed in refunding status after 1 day (2026-03-04)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: "https://www.futard.io/launch/Aakx1gdDoNQYqiv5uoqdXx56mGr6AbZh73SWpxHrk2qF"
|
|||
date: 2026-03-03
|
||||
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-11
|
|||
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", "futarchy-governed DAOs converge on traditional corporate governance scaffolding for treasury operations because market mechanisms alone cannot provide operational security and legal compliance.md"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "First observed futarchy-governed wallet infrastructure project on MetaDAO platform. Failed raise provides empirical data on futarchy adoption friction for operational software vs pure capital allocation vehicles. Enriches existing claims about MetaDAO scope expansion, adoption barriers, and operational governance challenges."
|
||||
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", "futarchy-governed DAOs converge on traditional corporate governance scaffolding for treasury operations because market mechanisms alone cannot provide operational security and legal compliance.md"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "First observed futarchy-governed wallet infrastructure project on MetaDAO platform. Failed raise provides empirical data on futarchy adoption friction for operational software vs pure capital allocation vehicles. No new claims extracted — all insights enrich existing claims about MetaDAO scope expansion, adoption barriers, and operational governance challenges. Created entity pages for Salmon Wallet and the decision market, updated Futardio timeline."
|
||||
---
|
||||
|
||||
## Launch Details
|
||||
|
|
@ -215,3 +220,13 @@ Secondary:
|
|||
- Launch address: Aakx1gdDoNQYqiv5uoqdXx56mGr6AbZh73SWpxHrk2qF
|
||||
- Operates own Solana validator for transparent revenue
|
||||
- Listed on Solana wallet adapter since 2022
|
||||
|
||||
|
||||
## Key Facts
|
||||
- Salmon Wallet active since 2022, listed on Solana wallet adapter
|
||||
- Prior funding: $80K bootstrap + $42.5K grants (Serum $2.5K, Eclipse $40K)
|
||||
- Futarchy raise: $97,535/$375,000 (26% of target) before refunding
|
||||
- Proposed burn rate: $25K/month for 12-month runway
|
||||
- Token: SAL (Salmon Token), mint: DDPW4sZT9GsSb2mSfY9Yi9EBZGnBQ2LvvJTXCpnLmeta
|
||||
- Launch address: Aakx1gdDoNQYqiv5uoqdXx56mGr6AbZh73SWpxHrk2qF
|
||||
- Operates own Solana validator for revenue
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ url: https://x.com/mmdhrumil
|
|||
date: 2026-03-09
|
||||
domain: internet-finance
|
||||
format: tweet
|
||||
status: unprocessed
|
||||
status: processed
|
||||
tags: [archer, market-making, on-chain-matching, defi, solana, metadao-ecosystem]
|
||||
linked_set: metadao-x-landscape-2026-03
|
||||
curator_notes: |
|
||||
|
|
@ -22,6 +22,12 @@ extraction_hints:
|
|||
- "'Solana DeFi overtakes Hyperliquid within 2 years' — trackable prediction, potential position candidate"
|
||||
- "Connection to existing 'permissionless leverage on MetaDAO ecosystem tokens' claim — Archer provides the market making infrastructure"
|
||||
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-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: "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)
|
||||
|
|
@ -46,3 +52,9 @@ priority: low
|
|||
## Noise Filtered Out
|
||||
- ~20% noise — community engagement, casual takes
|
||||
- Strong mechanism design focus when substantive
|
||||
|
||||
|
||||
## Key Facts
|
||||
- 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)
|
||||
|
|
|
|||
267
inbox/archive/2026-03-14-futardio-launch-nfaspace.md
Normal file
267
inbox/archive/2026-03-14-futardio-launch-nfaspace.md
Normal file
|
|
@ -0,0 +1,267 @@
|
|||
---
|
||||
type: source
|
||||
title: "Futardio: NFA.space fundraise goes live"
|
||||
author: "futard.io"
|
||||
url: "https://www.futard.io/launch/FfPgTna1xXJJ43S7YkwgspJJMMnvTphMjotnczgegUgV"
|
||||
date: 2026-03-14
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: unprocessed
|
||||
tags: [futardio, metadao, futarchy, solana]
|
||||
event_type: launch
|
||||
---
|
||||
|
||||
## Launch Details
|
||||
- Project: NFA.space
|
||||
- Description: NFA.space - RWA marketplace for physical art. We bridge artworks, blockchain and governance, enabling collectors to verify and trade contemporary art beyond traditional gatekeepers. Ownership evolved
|
||||
|
||||
- Funding target: $125,000.00
|
||||
- Total committed: N/A
|
||||
- Status: Live
|
||||
- Launch date: 2026-03-14
|
||||
- URL: https://www.futard.io/launch/FfPgTna1xXJJ43S7YkwgspJJMMnvTphMjotnczgegUgV
|
||||
|
||||
## Team / Description
|
||||
|
||||
## Before we dive into what we're building, here's what we've already done
|
||||
|
||||
NFA.space has onboarded **1,895 artists** from
|
||||
**79 countries** and has already sold more than
|
||||
**2,000 artworks** through its early MVP
|
||||
|
||||
To date, the platform has generated over **$150,000 in revenue**, with **$5,000 in monthly recurring revenue** and an average artwork price of **$1,235**. Notably, **12.5% of collectors** have made repeat purchases, demonstrating early retention and product-market resonance.
|
||||
|
||||
These early results validate our thesis: culturally aligned crypto users want access to meaningful and collectible art experiences, and blockchain can make those experiences safe, accessible, and traded globally on the secondary market.
|
||||
|
||||
---
|
||||
|
||||
## 🔗 Important Links
|
||||
|
||||
- **Website:** [https://www.nfa.space](https://www.nfa.space/)
|
||||
- **X:** [https://x.com/spacenfa](https://x.com/spacenfa)
|
||||
- **Instagram:** [https://www.instagram.com/nfa_space/](https://www.instagram.com/nfa_space/)
|
||||
- **YouTube:** [https://www.youtube.com/@nfaspace](https://www.youtube.com/@nfaspace)
|
||||
|
||||
---
|
||||
|
||||
## Founders
|
||||
|
||||
**Bogdan**
|
||||
[LinkedIn](https://www.linkedin.com/in/bogdan-dmitriyev/) · [X](https://x.com/Bogdex)
|
||||
|
||||
**Wiktoria**
|
||||
[LinkedIn](https://www.linkedin.com/in/wiktoria-malacka/) · [X](https://x.com/WictorijaNFA)
|
||||
|
||||
---
|
||||
|
||||
## Resources
|
||||
|
||||
- What is NFA.space? → [About Us](https://www.nfa.space/about)
|
||||
- Core Idea behind NFA.space → [Blog Post](https://www.nfa.space/post/the-new-future-for-the-fine-arts-industry-at-nft-space-concerning-collectors)
|
||||
- Back to 2024 — two years of NFA.space → [Blog Post](https://www.nfa.space/post/art-3-0-second-year-so-far-so-good)
|
||||
- Revenue Sharing at NFA.space → [Blog Post](https://www.nfa.space/post/empowering-our-holders-introducing-revenue-sharing-at-nfa-space)
|
||||
- All Collections launched by NFA.space → [View All](https://www.nfa.space/allcollections)
|
||||
- 1,000 NFT pass → [OpenSea](https://opensea.io/collection/the-10k-collection-pass?tab=items)
|
||||
|
||||
---
|
||||
|
||||
## About Us
|
||||
|
||||
**NFA.space** is an on-chain initiative reimagining the cultural economy for the crypto-native era. By fusing the world of contemporary art with decentralized technology, we enable a new class of global art patrons: people who believe in the cultural and financial value of art, but until now lacked the access, capital, or infrastructure to participate.
|
||||
|
||||
As we explored governance models for cultural projects, we discovered that futarchy is a powerful and rational method for decision-making in art ecosystems just as much as in any Web3 organization. We believe in applying this approach to build **art futarchy** — a system where the community doesn't only make decisions about NFA.space itself but also shapes decisions that can transform the art world as a whole.
|
||||
|
||||
The NFA.space native token will be used for governance purposes, but not only as a decision-making tool; it will also be used to influence and change the art world and the art market itself. We believe that the lack of transparency in the classic/old-style art market should be resolved and redefined in 2025 with the power of Web3 and blockchain.
|
||||
|
||||
At its core, NFA Space allows individuals to support and collect emerging artworks using our native token, `$NFA`. Participants in the token launch become stakeholders in a long-term cultural movement — a movement that empowers artists directly while giving token holders curatorial influence and access to unique works.
|
||||
|
||||
We started our path in 2022 and conducted several research cycles that show and prove growing public interest in art investing. At the same time, we discovered that today's art investors are mainly focused on artworks priced under **$500**, which confirms both the mass interest and the right timing for the NFA.space idea.
|
||||
|
||||
---
|
||||
|
||||
## Business Model of NFA Space
|
||||
|
||||
### 1. Primary Sales
|
||||
- Curated physical artwork releases
|
||||
- Limited edition phygital drops
|
||||
- Direct collector sales
|
||||
|
||||
### 2. Curation & Artist Residency
|
||||
- Artists onboarded as residents
|
||||
- Revenue share model on primary sales
|
||||
|
||||
### 3. Phygital Infrastructure
|
||||
- Physical artwork + on-chain certificate
|
||||
- Global shipping logistics
|
||||
- Authenticity verification (using worldwide Galleries partnerships)
|
||||
|
||||
### 4. Community Activation
|
||||
- IRL exhibitions
|
||||
- Digital drops
|
||||
- Airdrops to NFT pass holders
|
||||
|
||||
---
|
||||
|
||||
## The $NFA Token
|
||||
|
||||
**The `$NFA` token will be used to:**
|
||||
|
||||
- **Vote** on strategic decisions such as residency locations, partner galleries, or which artists to onboard
|
||||
|
||||
- **Participate** in community governance over exhibitions, grants, and artist support
|
||||
|
||||
- **Collect and purchase** physical and digital art via our marketplace (added feature)
|
||||
|
||||
|
||||
We believe futarchy — market-based governance — is the right model for a project rooted in taste, culture, and values. In the traditional art world, access and influence are opaque and concentrated. In NFA Space, we let the community "bet on culture": decisions will be guided by participants who believe their choices will lead to greater long-term value — cultural, reputational, and financial.
|
||||
|
||||
The result is an **anti-gatekeeper system** where proposals to fund an artist, back an exhibition, or pursue new partnerships are evaluated by a collective intelligence of supporters — not insiders. If our community believes an artist residency in Nairobi, or a collaboration with a digital sculptor, will boost the ecosystem's impact and resonance, they can bet on it. And if they're right, the token's value should reflect that success.
|
||||
|
||||
This approach directly serves our mission: to make art ownership and participation accessible to the crypto middle class. It can restore public faith in NFTs as a technology for meaningful ownership and show that digital culture is worth preserving.
|
||||
|
||||
---
|
||||
|
||||
## By embracing futarchy and decentralized funding, NFA.space aims to:
|
||||
|
||||
- **Cultivating a Living Economy:** Moving beyond one-time sales to build a lasting financial ecosystem where both artists and collectors thrive together through shared growth.
|
||||
- **Art as Infrastructure:** Redefining NFT technology not just as a tool for digital ownership, but as the very foundation of a new, transparent cultural heritage.
|
||||
- **Purpose over Speculation:** Transforming crypto liquidity from a speculative tool into a creative force, allowing capital to flow toward genuine human expression and artistic innovation.
|
||||
|
||||
---
|
||||
|
||||
## Fundraising
|
||||
|
||||
**The minimum raise goal is $125,000.**
|
||||
|
||||
### Use of Funds
|
||||
|
||||
| Category | Allocation | Description |
|
||||
|---|---|---|
|
||||
| Product Development & Infrastructure | 35% ($43,750) | Final steps to bring the marketplace to life — polishing smart contracts, backend systems, and building for global scale. |
|
||||
| Security & Audits | 10% ($12,500) | Independent code reviews, smart contract audits, and ongoing monitoring to keep transactions and governance secure. |
|
||||
| Art Ecosystem & Curation Fund | 20% ($25,000) | Supporting new artist onboarding, digitizing works, and strengthening our growing cultural library. |
|
||||
| Ecosystem Incentives | 9.2% ($11,500) | Collector rewards, early adopter perks, and grants for community-led curation and proposals. |
|
||||
| Marketing & Partnerships | 15% ($18,750) | Spreading the word through partnerships, creative campaigns, and cultural collaborations. |
|
||||
| Operations & Legal | 10.8% ($13,500) | Lean team operations, DAO legal structuring, and platform compliance across jurisdictions. |
|
||||
|
||||
---
|
||||
|
||||
## 8-Month Roadmap (post ICO)
|
||||
|
||||
### Month 1 — Beta Launch
|
||||
|
||||
- Launch NFA.space beta
|
||||
- Enable web3 login, minting, and artist tools
|
||||
- List and sell 3 collections (physical + digital)
|
||||
- Publish DAO and vision documents
|
||||
|
||||
### Month 2 — Security & DAO Setup
|
||||
|
||||
- Smart contract audit
|
||||
- Form initial community council
|
||||
|
||||
### Month 3 — Ecosystem Expansion
|
||||
|
||||
- Onboard 500 new artists
|
||||
- Launch collector rewards system (tiers, XP, badges)
|
||||
- List up to 50 collections
|
||||
- Building a secondary market ecosystem by collaborating with galleries
|
||||
|
||||
### Month 4 — Marketing & Partnerships
|
||||
|
||||
- Launch "Own Culture On-Chain" campaign
|
||||
- Form partnerships with art/NFT platforms
|
||||
- Host first online and physical activations
|
||||
|
||||
### Month 5 — Product Expansion
|
||||
|
||||
- Launch secondary market (resale, auctions, bids)
|
||||
- Start development of phygital vault prototype
|
||||
|
||||
### Month 6 — Growth & Governance
|
||||
|
||||
- Expand DAO working groups
|
||||
- Marketplace public release
|
||||
- Publish full financial and impact report
|
||||
|
||||
### Month 7 — Monetization & Ecosystem Growth
|
||||
|
||||
- Scale marketplace activity and platform usage
|
||||
- Launch curated drops with selected artists and collections
|
||||
- Introducing revenue tools and enhanced royalty features
|
||||
- Expand collector rewards with staking and loyalty mechanics
|
||||
- Begin onboarding galleries and cultural institutions
|
||||
|
||||
### Month 8 — Platform Scaling & Sustainability
|
||||
|
||||
- Launch phygital vault prototype for secure artwork storage
|
||||
- Introducing advanced marketplace analytics for artists and collectors
|
||||
- Expand global marketing and PR outreach
|
||||
- Strengthen DAO governance and proposal system
|
||||
- Transition toward revenue-based operational sustainability
|
||||
|
||||
---
|
||||
|
||||
## What Guides Us
|
||||
|
||||
We're building NFA.space with discipline and care. A monthly budget of **$15,625** keeps us nimble, focused, and efficient during the early stage. This budget is planned for **8 months after the ICO**, covering the key roadmap milestones required to bring the platform to launch and reach the point where **revenue-based salaries and operational expenses can sustain the project.**
|
||||
|
||||
---
|
||||
|
||||
### Monthly Budget Breakdown
|
||||
|
||||
|
||||
| Category | Monthly Allocation | Purpose |
|
||||
|---|---|---|
|
||||
| Core Development Team | $8,000 | Developers working on contracts, backend, and frontend — mostly modular and part-time. |
|
||||
| Marketing & Community | $2,500 | From social campaigns to collector onboarding, this is how we grow. |
|
||||
| Product Management | $3,000 | DAO formation, compliance, financial tracking, and tooling. |
|
||||
| Ecosystem & Contributor Rewards | $1,400 | Supporting early contributors and rewarding helpful community input. |
|
||||
| Infrastructure & Tools | $725 | Servers, IPFS/Arweave storage, dev tools, analytics, APIs. |
|
||||
|
||||
---
|
||||
|
||||
# A Few Words from the Founders
|
||||
|
||||
In 2022, we looked at the intersection of art and NFTs and saw more than just a trend — we saw a profound opportunity. At that time, the world was questioning the true purpose of NFTs. There was a disconnect between the digital frontier and the timeless value of art. As founders, our mission was clear: to bridge that gap and bring authentic, lasting value to this new space.
|
||||
|
||||
Our journey has been one of constant growth and education. We've developed over **50 unique collections**, bringing **20 of them** to life in the global market. But our proudest achievement isn't just the numbers; it's the community we've built. We've had the privilege of guiding artists through the complexities of blockchain, empowering them to share their work in ways they never thought possible. At the same time, we've provided collectors with something rare: NFTs backed by real utility and soul.
|
||||
|
||||
Today, we continue to bridge these worlds, but we've realized that the market needs something more — a complete ecosystem.
|
||||
|
||||
We are building a marketplace designed to uphold the very values we stand for:
|
||||
|
||||
- **Authenticity:** Seamlessly connecting physical art with digital certificates of authenticity.
|
||||
- **Empowerment:** Ensuring artists receive the royalties they deserve for their creative vision.
|
||||
- **Trust:** Providing collectors with the transparency they've been searching for — a definitive, immutable record of provenance, price, and history.
|
||||
|
||||
|
||||
> *The "transparency" everyone talks about?*
|
||||
> *We're making it the foundation of everything we do.*
|
||||
|
||||
Our current fundraising effort is fueled by a desire to bring this vision to life.
|
||||
We aren't just building a product; we are creating a solution that makes the power of blockchain **accessible, meaningful, and joyful** for everyone.
|
||||
|
||||
**Thank you for believing in this journey with us.**
|
||||
|
||||
---
|
||||
|
||||
**NFA Space stands for Non-Fungible Art.**
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Links
|
||||
|
||||
- Website: https://www.nfa.space
|
||||
- Twitter: https://x.com/spacenfa
|
||||
- Discord: https://discord.com/invite/ZRQcZxvf4k
|
||||
- Telegram: https://t.me/NFAspace
|
||||
|
||||
## Raw Data
|
||||
|
||||
- Launch address: `FfPgTna1xXJJ43S7YkwgspJJMMnvTphMjotnczgegUgV`
|
||||
- Token: 9GR (9GR)
|
||||
- Token mint: `9GRxwRhLodGqrSp9USedY6qGU1JE2HnpLcjBFLpUmeta`
|
||||
- Version: v0.7
|
||||
Loading…
Reference in a new issue