Skip to main content

ZeqPrice — Fair Value Discovery

Fair value computation at each Zeqond. R(t)-modulated pricing shows how value oscillates around equilibrium — temporal price transparency.

EndpointPOST /api/finance/price/discover
Authapi-key
Rate limit30/min
Categoryfinance

Parameters

NameTypeRequiredDescription
baseValuenumberYesBase asset value.
volatilitynumberYesAnnual volatility (0–1).
riskFreeRatenumberNoRisk-free rate. Default: 0.05.

Returns

{ fairValue, R_t_modulated, confidence, zeqond, temporalSpread }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"baseValue": 0,
"volatility": 0,
"riskFreeRate": 0.05
}' \
"https://zeqsdk.com/api/finance/price/discover"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-price.