What the Number Captures
Every other indicator in the stack tells you what to trade. LAS tells you whether you can. The price can imply a 60% IY and the cliff risk index can flag a structural reassessment, but if the orderbook is twelve cents wide with two contracts on each side, the displayed mid-price is fiction. LAS is the metric that catches that case before you put an order in and discover the spread the hard way.
The formula is intentionally crude:
LAS = (bid_depth + ask_depth) / spread
Where bid_depth and ask_depth are the total contract counts at the top N levels of the book (default N = 5), and spread is the absolute difference between best bid and best ask in cents. A book with 200 contracts on each side and a 1¢ spread gives LAS = 400. A book with 12 contracts on each side and a 12¢ spread gives LAS = 2. Same headline price, two completely different positions.
Why Most Markets Have LAS = Null
The warm-regime cron only computes LAS for markets that the top-volume scanner has touched in the last 24 hours. That cap currently sits at 500 markets — a conscious decision to keep the cron job under its compute budget. The other ~46,500 markets in the universe carry las = null.
This is the part that confuses new readers, so it is worth being explicit. Null does not mean "data missing." Null means "no one has been looking at this market." Which is exactly the entry condition for the virgin-Polymarket maker strategy: a market that no taker has wandered into yet, where you can post quotes wide and still be the only resting order on the book. LAS = null is a positive selector for that strategy, not a defect.
How to Use It
Two main reads. First, on the markets where LAS is computed, sort descending: high LAS is the universe of contracts you can actually trade larger size in without paying through the spread. Second, on the markets where LAS is null, treat the null itself as the signal — those are the unloved markets where a maker can put up the first quote.
The mistake to avoid is treating LAS as a single number to maximize. It is a gate: a contract that fails the LAS gate is one you cannot execute at the displayed price, no matter how attractive everything else looks. Use it to throw out the false positives from your IY/CRI scan, not to rank the survivors.