Settling an Ante
Antes can be settled by a single judge or smart contract chosen by the author.
Settlement by judge
Judge can settle the Ante any time after the settlement period starts by providing a digital signature specifying the winning side. This does not cost the judge anything.
Any participant can then take the judge's signature and pay gas to settle the Ante.
Settlement by smart contract
Antes can be settled by smart contracts that reference other smart contracts or chain state (for example, checking if the token balance of a particular wallet has plunged).
To learn how to write an Ante settlement contract, read our developer guide.
Note: settlement contracts can be arbitrarily written and may contain trust assumptions (oracles, multisigs, etc.). Settlement contract writers are encouraged to document these, and users should be careful around settlement contracts they don't understand.
Last updated