Overview
It helps Base systems move value onchain with better liquidity judgment.
Most onchain execution systems still rely on shallow signals like TVL, recent volume, and venue reputation when deciding how to interact with liquidity. Those signals do not tell a router, treasury system, or agent whether liquidity is actually clear enough to use in execution decisions.
Depth makes the hidden assumptions explicit. It derives public outputs from onchain state and event data on Base, reads supported onchain oracle feeds rather than third-party market-data APIs, and surfaces what was observed, what passed policy, and what remains unmodeled or refused, so systems can act with fewer unknowns.
For each token and pool set, Depth surfaces:
Depth does not publish a black-box score or a trade recommendation. It applies explicit policy to observed evidence and publishes the resulting qualification state.
Base already has the liquidity, routing complexity, automation surface area, and agent-facing momentum where bad liquidity assumptions change real behavior.
Depth helps more Base systems act onchain by making liquidity qualification clearer before they route, rebalance, or automate.
In practice, that means:
That matters because systems submit more transactions when they can operate with fewer hidden assumptions. Better qualification can make automation more viable, make execution systems more willing to stay onchain, and let more teams build transaction-driving systems on Base without first owning the full policy burden themselves.
A router, treasury system, or agent can use Depth in a direct transaction path:
/v1/public/tokens/{token}/latest)Depth sits directly upstream of systems that do execute the transaction. A policy fail can be a no-go signal; a policy pass is only one input into the downstream execution decision.
Depth is built for systems that need to make execution decisions on Base with fewer hidden liquidity assumptions.
Depth is useful wherever better liquidity qualification can make an execution system more viable, more automatable, or more willing to operate on Base.
Depth is not differentiated because it has data. Depth is differentiated because it makes hidden liquidity assumptions explicit.
That shows up in product behavior:
Depth is delivered through three connected surfaces:
Depth is live today through the oracle, explorer, and API.
The system already provides:
That gives Base builders a new way to inspect and integrate explicit liquidity context into real execution systems.