Dark pool
Shadow bids. Market efficiency.
Created on 21st February 2026
•
Dark pool
Shadow bids. Market efficiency.
The problem Dark pool solves
The Problem: The "Liquidity & Privacy Gap" in RWA
While the tokenization of Real-World Assets (RWA) is booming, the secondary market infrastructure for these assets remains broken. Institutions face three critical barriers:
Market Signaling & Slippage: On public ledgers, large buy/sell orders are visible to everyone. This "transparency" allows competitors to front-run trades, leading to massive slippage and unfavorable prices for large-scale institutional blocks.
Information Asymmetry: In private RWA markets (Real Estate, Private Debt), finding the "fair market price" is nearly impossible without revealing your strategy to a centralized middleman who takes a heavy fee.
Compliance Friction: Managing RFPs, KYB verification, and legal attestations (Conflict of Interest) across borders is a manual, slow, and error-prone process that delays settlement.
The Solution: What people use Dark Pool for
Dark Pool provides a private, compliant, and AI-assisted auction house on the ADI Chain. It allows institutions to discover the true price of any tokenized asset without exposing their intentions to the public market before the deal is done.
Key Use Cases:
Institutional RWA Exit/Entry: A fund can liquidate $10M in tokenized real estate via a sealed-bid auction. Competitors cannot see the bids, preventing front-running and ensuring the seller gets the best possible price.
Private Debt Tenders: Companies can issue RFPs for private debt or receivables. Bidders submit private commitments, and the AI agents assist in scoring the most competitive and compliant offers.
Commodity Trading: Secure procurement of tokenized commodities (Gold, Energy, Carbon Credits) where price confidentiality is a strategic necessity.
How it makes tasks Easier & Safer
-
Safer Price Discovery (Commit-Reveal)
By using a on-chain commit-reveal mechanism, Dark Pool ensures that no one—not even the platform—knows the bid prices until the reveal phase. This eliminates "last-look" advantages and collusion, making auctions mathematically fair. -
Automated Compliance (EIP-712 & KYB)
We replace weeks of legal back-and-forth with a streamlined digital flow. Every participant must be KYB-verified on-chain, and every bid requires a digitally signed EIP-712 attestation regarding conflicts of interest. This creates a "Regulated-by-Code" environment. -
AI-Powered Efficiency
Existing RWA auctions are labor-intensive. Dark Pool makes them easier by using 10 specialized AI agents to:
Draft RFPs in seconds instead of hours.
Detect predatory bidding or collusion automatically after the reveal.
Generate audit narratives that compliance officers can immediately use for regulatory reporting.
- Native ADI Settlement
By settling in DDSC (AED Stablecoin) on the ADI Chain, we eliminate the volatility risk associated with traditional crypto payments, providing the "Wall Street" experience with the efficiency of DeFi.
Challenges we ran into
Challenges I ran into
Building a bridge between institutional finance and decentralized privacy-preserving mechanisms presented several significant hurdles:
- The "Commit-Reveal" UX Friction
Implementing a true Sealed-Bid auction requires a two-step process: the "Commit" (submitting a hash of the bid) and the "Reveal" (revealing the salt and value).
The Hurdle: On-chain, this is often clunky. If a user loses their secret "salt" or fails to return for the reveal phase, the auction breaks.
The Solution: We built a robust local state-management system and a guided UX that ensures the "salt" is securely handled on the client side, while the AI Bid Drafter helps prepare the reveal documentation ahead of time to minimize manual errors.
- Preserving the "Dark" in Dark Pool vs. AI Analysis
A major challenge was integrating 10 AI agents without compromising the auction's integrity.
The Hurdle: AI needs data to be useful, but a Dark Pool must remain opaque until settlement. We had to ensure our Competitiveness Analyzer could give feedback without "peeking" at the actual secret commitments on-chain.
The Solution: We architected a "Blind-Inference" workflow. The AI agents only interact with public RFP metadata and historical market benchmarks. The sensitive bid values are only processed by the Bid Scorer after the reveal phase, maintaining the cryptographic guarantee of the sealed-bid mechanism.
- Institutional Compliance Architecture on ADI Chain
Integrating KYB (Know Your Business) and EIP-712 attestations within a high-speed auction environment was technically demanding.
The Hurdle: We had to ensure that every participant was verified via the ShadowBidFactory without introducing excessive latency that would ruin the "Wall Street" trading experience.
The Solution: We implemented a pre-verification caching layer in our middleware. This allowed the UI to instantly validate an institution's status while the smart contracts enforced the strict permissioning logic at the execution level.
- AI Orchestration & Failover Logic
Managing 10 specialized agents using Groq (Llama 3.3) required a high level of reliability.
The Hurdle: During peak usage, hitting rate limits or latency spikes can break the "Real-time" feel of the bidding dashboard.
The Solution: We developed a custom orchestration layer with a priority-failover chain. If Groq experiences a lag, the system automatically routes the inference to OpenAI or Gemini, ensuring the institutional user never experiences a "loading" state during a critical auction.
- Multi-Token Settlement Logic
Settling in DDSC (AED Stablecoin) while pricing in USD/AED required precision.
The Hurdle: Ensuring that the AI's price conversion matched the on-chain settlement logic perfectly.
The Solution: We synchronized our AI's "Market Intelligence" with the same price oracles used by our ADI Chain contracts, ensuring that the "AI-estimated" settlement value and the final on-chain transaction were always aligned to the cent.
Use of AI tools and agents
AI Tools & Agentic Architecture in Dark Pool
Dark Pool implements a sophisticated multi-agent orchestration layer consisting of 10 specialized AI agents designed to automate the institutional procurement and RWA auction lifecycle. We use Groq (Llama 3.3 70B) as our primary inference engine for its ultra-low latency, with OpenAI and Gemini integrated as a priority fallback chain.
Technical Architecture: The "Safe Inference" Layer
Our system is built around a custom runInference() orchestration layer. This backend service manages provider health checks and routes requests through a priority chain. To preserve the Sealed-Bid integrity—a core requirement for institutional dark pools—the AI agents are architected to process only public metadata and market context. They never have access to the secret commitment hashes, ensuring that the cryptographic privacy of the auction remains untampered.
The 10 Specialized Agents
Our ecosystem follows the entire auction lifecycle through dedicated agents:
-
Institutional Preparation:
The RFP Generator drafts professional, standardized Request for Proposals based on asset type and requirements, while the Category Classifier automatically tags and indexes auctions (Real Estate, Debt, Commodities) to ensure institutional discoverability. -
Bidder Assistance & Analysis:
For potential suppliers, the Lot Analyzer surfaces technical risks and red flags from auction descriptions. The Bid Drafter then helps structure professional responses, and the Competitiveness Analyzer provides real-time scoring as the supplier types their price, warning them if their bid is unrealistic compared to historical market data. -
Post-Reveal & Settlement Intelligence:
Once the reveal phase occurs, the Low-Bid Detector scans for predatory pricing or collusion patterns. The Bid Scorer then evaluates all revealed bids holistically—ranking them based on price, compliance, and specific conditions—to assist the buyer in the final selection. -
Audit & Strategy:
After settlement, the Post-Reveal Report agent generates a full narrative audit trail explaining the rationale behind the winner, which is essential for compliance records. Long-term, the Provider Insights and Benchmark Agent analyze win/loss ratios and sector performance to provide strategic recommendations to all participants.
Workflow & Integration
The agents work together in a seamless pipeline:
The Buyer initiates with the RFP Generator to create high-quality tenders.
The Supplier uses the Analyzer and Drafter agents to minimize friction in the bidding process.
The System enforces real-time guardrails through the Competitiveness agent.
The Compliance Officer relies on the post-auction reporting and scoring agents for a transparent and auditable decision-making process.
Privacy & Security Standards
All AI operations are executed server-side to prevent sensitive data exposure. By maintaining a strict separation between the AI's "Market Intelligence" and the blockchain's "Execution Layer," we ensure that AI provides deep analytical value without ever compromising the trustless and private nature of the Dark Pool. All final binding decisions and settlements remain 100% on-chain and human-controlled.
Tracks Applied (3)
New France Village
ADI Payments Component for Merchants
ADI Foundation
Open Project Submission
ADI Foundation
Technologies used
Cheer Project
Cheering for a project means supporting a project you like with as little as 0.0025 ETH. Right now, you can Cheer using ETH on Arbitrum, Optimism and Base.
