settlemint

What Settlemint proves, and what it does not

Written so a reviewer does not have to find the gaps by reading source. Everything below is checkable in this repo.

What is real and measured

The recorded run is an offline fixture, not a public testnet receipt

docs/run.json is produced by the offline NEAR client, which runs the same arithmetic as the contract but does not touch a network. It is a genuine execution of the settlement math, but there is no public block explorer link for it, because no funded testnet key is shipped in this repo. The live backend (settlemint/near.py) targets NEAR testnet given NEAR_RPC_URL and a signer; producing a public-testnet run with a real deploy transaction is the explicit next step, committed for milestone 1’s on-chain verification, not something already done here.

What is NOT built, deployed, or measured

We would rather a reviewer read this section first. The claim is narrow and true: the NEAR settlement core is written, compiles to a testnet WASM, and is tested to 55 passing checks with cross-language parity, today.