Description of the succinct.requests table on Dune
succinct.requests
table contains all proof requests submitted by application developers to the Succinct Network. Each request represents a demand for ZK proof generation, which provers can then bid on through the auction mechanism.
Column Name | Data Type | Description |
---|---|---|
vk_hash | binary | Verification key hash for the proof request |
requester | binary | Address of the application developer submitting the request |
fulfiller_address | binary | Address of the prover that fulfilled the request |
gas_price | bigint | Gas price for the request transaction |
max_price_per_gas | bigint | Maximum price per gas unit the requester is willing to pay |
gas_used | bigint | Gas used for the request transaction |
gas_limit | bigint | Gas limit for the request transaction |
cycles | bigint | Number of computational cycles required for the proof |
created_at | timestamp | Timestamp when the request was submitted |
fulfilled_at | timestamp | Timestamp when the request was fulfilled |
deadline | timestamp | Deadline by which the proof must be generated |
date | date | Date when the request was submitted |
tx_hash | binary | Transaction hash of the request submission |
id | binary | Unique identifier for the proof request |
sender | binary | Address of the sender (may be different from requester) |
base_fee | decimal(38,0) | Base fee for the transaction |
min_auction_period | bigint | Minimum auction period in seconds |
_updated_at | timestamp | Last update timestamp |
_ingested_at | timestamp | Ingestion timestamp |