Documentation
How to readchain 4663 correctly.
Everything Scrip does is arithmetic on four public numbers. These pages say where each one comes from, which of them you can verify without trusting us, and the four ways integrators get it wrong.
Before you read any of it
Two commands andyou have the number.
One reads what Scrip publishes, the other reads the same multiplier straight off the token contract. If they disagree, believe the second one.
start here
curl -s "https://scripprotocol.xyz/api/v1/assets?only=ticked" | jq '.assets[] | {symbol, multiplier, naiveBasisPct, trueBasisPct}'
cast call 0xea72Ecca2d0f6bFA1394DBBCff85b52CD4233931 "uiMultiplier()(uint256)" \
--rpc-url https://rpc.mainnet.chain.robinhood.com