# Motivation After generate a plonky2 proof, we should create solidity smart contract for verify this proof. # Approach possible We can use [plonky2-solidity-verifier](https://github.com/polymerdao/plonky2-solidity-verifier). I not sure this is prefect solution, so few free if you have another solution.
Motivation
After generate a plonky2 proof, we should create solidity smart contract for verify this proof.
Approach possible
We can use plonky2-solidity-verifier.
I not sure this is prefect solution, so few free if you have another solution.