s1337.cash · docs · v1

Dark pools, hidden liquidity, and the soldier economy

What dark pools are in traditional markets, the mathematics of trading without being seen, and how s1337 rebuilds the structure on Robinhood Chain — with a rewards stream that activated ELITE SOLDIERS holders split in full.

Contents

00Abstract

Dark pools are trading venues that execute orders without displaying them. They exist because showing a large order to the market moves the price against the order before it fills. Roughly 40% of US equity volume now executes away from public exchanges. The venues doing it sell invisibility.

s1337 is a two-part adaptation of that structure. Part one launches in a single 24-hour window: 7331 fully on-chain soldiers minting alongside the $1337 token, a fixed-price NFT ⇄ token dark pool whose execution price never moves, and a staking layer (the Garrison) that streams 9,000,000 $1337 per day plus the protocol's entire ETH fee flow to activated holders. Part two is the operation: the team runs live trading dark pools, and the revenue stream they produce is split by the same activated holders, pro-rata by rank weight. This paper describes both, with the mechanics and the math.

01What a dark pool is

A dark pool is a private trading venue — in US regulation, an Alternative Trading System (ATS) — that matches buy and sell orders without publishing its order book. Orders rest hidden. Fills print to the tape only after they happen. Nobody outside the venue sees size, side, or intent beforehand.

The lineage runs from ITG's POSIT (1987), which crossed institutional orders at scheduled times, through Liquidnet (2001), which built a network where over a thousand asset managers cross blocks directly with each other, to the broker-dealer pools of the 2000s — Credit Suisse Crossfinder, Goldman Sigma X, UBS ATS — and the independent venues of today. The SEC's Regulation ATS (1998) formalized the category; FINRA now publishes weekly ATS volume. As of 2025 there are over 50 registered ATS venues in US equities.

In 2025, total off-exchange execution ran at roughly 40–44% of consolidated US equity volume. ATS dark pools proper account for about 15–18% of that, the rest being wholesaler internalization. Dark execution set records in early 2026.

02How dark pools execute

Midpoint pricing

Dark pools borrow their prices from the lit exchanges, referencing the National Best Bid and Offer (NBBO). The canonical dark execution is the midpoint cross:

(1)Pmid = ( Pbid + Pask ) / 2

A buyer and a seller matched at Pmid each save half the spread versus crossing the lit book, and neither order ever appeared on a screen.

Matching styles

Anti-gaming controls

Fills reveal information after the fact, so venues deploy minimum execution sizes, counterparty scoring and randomized matching against traders who ping pools to detect hidden blocks.

03The cost of being visible

Why does any of this exist? Because execution has a cost beyond commissions, and the cost is a function of visibility. Three standard results:

Market impact — the square-root law

Across venues, instruments and decades, the price concession paid by a metaorder of size Q is empirically well described by:

(2)ΔPY · σ · √( Q / V )
σ — daily volatility of the instrument
V — daily traded volume
Y — a constant of order 1

Impact grows with the square root of size: 4× the size costs 2× the concession per share. At institutional size this dwarfs commissions, which is what makes hiding the order worth paying for.

Kyle's lambda

Kyle (1985) models a market maker who can't tell informed flow from noise and therefore moves price linearly in net order flow q:

(3)ΔP = λ · q

λ measures how much information the market reads out of each unit of flow. A dark pool lowers the λ your own trading faces by keeping the flow unobserved.

Implementation shortfall

Perold (1988) defines the true cost of execution as the difference between the paper portfolio (filled instantly at the decision price P0) and the real one:

(4)IS = Σk qk( PkP0 ) + opportunity cost of the unfilled remainder

Almgren–Chriss (2000) then split impact into a temporary component (paid per slice, decays) and a permanent component (moves the price for everyone after you), and derive execution schedules that trade impact against timing risk. Dark pools attack the same cost earlier, at the point of disclosure.

04Taking the structure on-chain

A public blockchain is the most lit venue ever built: every order hits a public mempool before it executes, and MEV searchers are the same predatory flow dark pools were built against. An on-chain order book cannot be hidden. s1337 therefore inverts the approach and removes the price's ability to react:

design principle

If the execution price is a constant, market impact is identically zero: ΔP = 0 for all Q. A fixed-price pool is the limit case of a dark pool — infinite displayed depth, and no information in any fill.

The soldier pool holds NFTs on one side and $1337 on the other, trading them at one number. Traditional pools sell invisibility of orders; the soldier pool sells invisibility of selection. The standard buy is a blind fill — the pool picks which soldier you get — so a buyer accumulating quietly gives away nothing about which pieces they value. Choosing a specific target is the information leak, and §5 prices it accordingly.

The second part is operational: the team runs trading dark pools — market-neutral execution desks working size away from lit books — and routes the net revenue to activated holders (§8).

Distribution: one window, two lanes

The collection is 7331 soldiers, distributed in a single 24-hour window that opens when the $1337 position goes live.

Wallets holding several of the six collections still get a single free claim. The per-transaction cap on the paid lane is a throughput limit: it stops one transaction clearing the book in a single block, while leaving buyers free to send as many as they want. The head start gives the snapshot holders the project came from first claim on their free soldier.

When the window expires, the remainder Nrest = 7331 − Nminted is swept into the dark pool by a permissionless sweepToPool() call and becomes NFT-side liquidity at the fixed price. Demand during the window therefore sets the pool's depth.

05The soldier pool

Contract: DarkPool1337. One price, three operations, one flat fee, and a burn on every trade.

(5)P = 333,333 $1337 per soldier

The burn, β = 10%

Every trade in either direction destroys 10% of the base price:

(6)B = β · P = 33,333.3 $1337 per trade

The burn is charged at the edges of the trade: buyers pay it on top of P, sellers have it withheld from their proceeds. Taking it from the pool's own side would drain β·P per round trip and let a trader cycle the reserve dry for the cost of gas. Charged this way, the reserve after any buy-then-sell cycle is where it started:

(7)ΔRpool = +PP = 0,   ΔS = −2βP

Liquidity holds constant while supply falls. The price stays fixed in nominal $1337, and the $1337 it is denominated in gets scarcer with every trade.

Buy — blind fill

(8)Pbuy = P · (1 + β) = 366,666.3 $1337

Of that, P = 333,333 enters the pool and 33,333.3 is burned. The pool selects the soldier pseudo-randomly from inventory — no selection information leaves your wallet — and the trade pays a flat 0.01 ETH fee.

Snipe — targeted fill

Choosing a specific soldier reveals preference, so it carries a premium φ = 20% on top of the burn:

(9)Psnipe = P · (1 + φ + β) = 433,332.9 $1337

Split three ways: 333,333 to the pool, 66,666.6 to the Garrison reward reserve, and 33,333.3 burned. The emission schedule pays the premium back out to activated holders, so snipers subsidize soldiers.

Sell

The pool releases P less an optional spread s (0 at launch, hard-capped at 20%); the seller receives that amount less the burn:

(10)Prel = P · (1 − s),   Psell = Prel · (1 − β) = 299,999.7 $1337 at s = 0

Sizing the pool

The token side sets how many soldiers can be sold in before it empties. For a token reserve R:

(11)Nbid = R / P,   Nbid = 401,100,000 / 333,333 ≈ 1,203 soldiers at launch

Depth is two-way: each buy returns P to the token side and each sell takes it out, so sustained flow in both directions keeps Nbid roughly where it started. By (7) the burn never touches the reserve, so volume alone does not erode the bid. Unminted soldiers swept in at the close arrive as NFT-side depth and convert to token-side depth as they are bought.

Fees

Every buy, snipe and sell pays a flat 0.01 ETH. Fees go to the vault and enter the 24-hour distribution cycle (§8). The pool's NFT and token inventory has no withdrawal function; the owner can tune fees and the spread, and nothing else.

06Garrison emission math

Contract: Garrison. Soft staking — soldiers stay in the holder's wallet. Activating soldier i at rank r burns the rank cost cr and registers weight wr:

rankweight wcumulative cost c ($1337)of one soldier
Recruit10033,333.310%
Trooper12583,333.2525%
Operator160166,666.550%
Ghost Commander200333,333100%
1337 General333833,332.5250%

The ladder is priced off the pool: 10%, 25%, 50%, 100% and 250% of one soldier, a 25× span across five tiers. Activation burns leave supply permanently. Upgrading from rank a to rank b burns cbca. Ranks, costs and the emission rate are immutable in the contract, which has no owner.

The drip

The Garrison emits at a fixed rate E = 9,000,000 $1337/day while at least one soldier is active and the reserve is positive. It uses a standard accumulator: with total active weight W(t), the per-weight index A advances as

(12)dA = E · dt / W(t)

and the claimable balance of soldier i with weight wi activated when the index stood at Ai is

(13)pendingi = wi · ( AAi ) + carriedi

Equivalently: each soldier's share of any day's 9M is wi/W. Upgrades settle pending at the old weight into carried and re-index at the new weight, so no drip is lost. Selling or transferring an activated soldier voids it and forfeits its pending back into the reserve.

Reserve and runway

The reserve starts at R0 = 401,100,000 $1337 (30% of supply) and grows with every snipe premium and any voluntary fund(). Runway at full emission:

(14)T = R / E,   T0 = 401,100,000 / 9,000,000 ≈ 44.6 days

Emission pauses whenever nothing is activated, which stretches real runway past the nominal figure. Each snipe adds 66,666.6/9,000,000 ≈ 0.0074 days — snipe volume is a direct runway extension.

Claims

Claiming is free and open at any time to the wallet that activated the soldier and still holds it. The cost sits at entry instead: activating charges a flat 0.01 ETH alongside the burn, which goes to the vault and joins the daily distribution.

07$1337 launch parameters

Fixed supply, no mint function, no owner:

(15)S = 1,337,000,000 $1337

$1337 trades against ETH in a one-sided Uniswap v3 position on Robinhood Chain, seeded with tokens only and live from the moment the mint window opens. The position sits in the range [p0, pmax], where p0 is the opening price in ETH. For a token-side deposit of Δx its liquidity is

(16)L = Δx · ( √p0 · √pmax ) / ( √pmax − √p0 )

Buyers walking the price up through the range convert the token side into ETH along the curve, so the pool capitalizes itself through trading rather than from a matched ETH deposit at launch.

Allocation

allocation$1337share
Garrison reserve (emission)401,100,00030%
Dark pool token liquidity401,100,00030%
Uniswap v3 one-sided position + operations534,800,00040%

08The rewards stream

Everything converges on one pipe. Inflows:

ETH inflows land in the vault, are converted (ETH, stables, RWAs) and distributed every 24 hours to activated holders, pro-rata by rank weight. A holder with weight wi receives, of any single distribution F:

(17)payouti = F · wi / W

Held over a period, the rule compounds into the working formula for what an activated soldier earns: time × tier × pool value. Over T days with an average daily distributable pool value (ETH fees + trading revenue per day) and average total active weight :

(18)payouti(T) ≈ T · ( wi / ) ·
T — days held activated
wi/ — your tier weight over the total activated weight
— average value entering the rewards pool per day

Doubling your time in the Garrison doubles the take; a 1337 General (w = 333) earns 3.33× a Recruit over the same period; and every unit of pool flow — fees, snipes, trading P&L — raises for everyone. The $1337 drip obeys the same shape with = E = 9,000,000 $1337/day (eq. 12–13).

100% of the stream goes to activated soldiers, and the team's economics come from holding and activating on the same terms. The trading dark pools are targeted to launch within roughly a week of the mint; their P&L reports into the same daily cycle.

09Risk disclosures

10References

  1. Kyle, A. S. (1985). Continuous Auctions and Insider Trading. Econometrica 53(6).
  2. Perold, A. F. (1988). The Implementation Shortfall: Paper versus Reality. Journal of Portfolio Management 14(3).
  3. Almgren, R. & Chriss, N. (2000). Optimal Execution of Portfolio Transactions. Journal of Risk 3(2).
  4. US SEC, Regulation ATS (1998); FINRA ATS Transparency Data (weekly ATS volume reporting).
  5. Bartlett, R. & McCrary, J. — Dark Trading at the Midpoint: Pricing Rules, Order Flow and Price Discovery.
  6. Industry venue history: ITG POSIT (1987), Liquidnet (2001), Credit Suisse Crossfinder, Goldman Sachs Sigma X, UBS ATS.
  7. Off-exchange share statistics: FINRA TRF/ATS reporting, 2025–2026.