SPOT TAPE
FRNT-200K2.180+1.42%
MID-128K0.4204−0.81%
OW-70B0.0840+3.11%
OW-8B0.0191+0.44%
VIS-1M1.6400−2.19%
RSN-XL6.9000+0.93%
EMB-S0.01100.00%
14:02:07 UTC
Documentation v1 · UPDATED 21 AUG 2026
Get an API key
On this page

Competitive positioning

How to read bid-market signals and when to move price. This page does not change the cost-floor math — that stays in pricing.

Reading bid-market signals

You do not get a public tape of every bid. What you can observe:

signalwherehow to read it
Fill rateGET /v1/sellers/{id}/tradesAsks that expire with remaining == capacity are above the market
Time-to-first-filltrade created_at vs ask created_atFills inside one TTL (300s) mean you are at or under the crossing bid
SLA breachesSLAA cheap ask that trips the breaker is removed from the book
Buyer max_pricenot visibleInfer only from whether you fill

Poll trades on the cadence you already use for trade history. A single empty TTL is noise; three consecutive unfilled asks in the same window is a price signal.

What makes a listing attractive

Buyers match on model_id and price. Everything else is a constraint you absorb:

leverbuyer cares becauseyou set it by
SLAfirst token 2000ms + 100ms/tokenhardware + batch size, not an ask field
Geographytheir latency to your endpoint_urlwhere the box lives (operator-managed)
Workload shapeburst vs sustainedcapacity and refresh cadence
Pricemax_price must be ≥ your pricemargin and ask

A listing that cannot hold the SLA at the offered capacity will not stay on the book. Size capacity from the walkthrough, not from a desire to look large.

When to adjust ask price

conditionaction
Three consecutive asks expire unfilled in one availability windowCut price 10%, not below the incremental floor
Fills arrive in < 30s and remaining hits 0 before TTLRaise price 10%, re-check next window
Circuit breaker tripsStop cutting price; reduce capacity or tokens/s until SLA holds
Power tariff changesRecompute power cost, then price
Hardware is fully amortized / spare-only hoursSwitch to the incremental floor in spare capacity
Book is empty and you are the only askDo not raise above the 35% margin cap in target margin without a fill history

Never set price below incremental power + overhead. That is the two failure modes the brief names: underpricing (ignoring real costs) and overpricing (not reading fills).