roll
roll_randomVerifiable RNG — cryptographically-random integer(s) signed by the treasury key. Drop-in VRF for game studios. $0.001 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low | Yes | Inclusive low bound of the integer range. | |
| high | Yes | Inclusive high bound. Must be >= low. | |
| count | No | How many integers to sample. 1-100. | |
| label | No | Optional caller-defined tag (e.g. 'treasure_drop_42'). Included verbatim in the signed payload. | |
| commitment | No | Optional 32-byte hex pre-commitment from the caller. Included in the signed payload, so the server cannot have chosen the result after seeing the caller's downstream intent. |