/v1/l2/atlantic-query/proof-generation-verification
/proof-generation
and /l2/atlantic-query/proof-verification
endpoints. It generates a proof and verifies it on L2 using Integrity verifier.
pie.zip
file along with the chosen layout and prover settings. The endpoint also offers an option to mock the fact hash, which bypasses actual verification on chain. It is useful for testing purposes.
apiKey
(string, required)pieFile
(file - .zip
, required) - pie.zip
generated e.g. using cairo-run
or with /trace-generation
endpoint (but in that case you should probably send /l2/atlantic-query
instead)mockFactHash
(boolean, required) - If true
the fact hash will be mocked, bypassing actual verification for testing purposes.prover
(string, required, default: starkware_sharp
) - Prover to be used. If you want to use our stone instance - contact us.layout
(string, required, default: auto
) - Cairo layout of your program. Available layouts are:
auto
- automatically detect layout based on builtins usagerecursive
recursive_with_poseidon
small
dex
starknet
starknet_with_keccak
dynamic