pot_verify
Verify Proof of Time validity using hash and GRG shards to determine timestamp accuracy and mode for blockchain transactions.
Instructions
Verify a Proof of Time using its hash and GRG shards. Returns validity, mode (turbo/full), and timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| potHash | Yes | PoT hash to verify (hex with 0x prefix) | |
| grgShards | Yes | Array of hex-encoded GRG integrity shards | |
| chainId | Yes | EVM chain ID (e.g. 84532 for Base Sepolia) | |
| poolAddress | Yes | Uniswap V4 pool address (0x-prefixed) |