> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seitrace.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Verify contract EVM

> Verifying your deployed contract using flattened source code, JSON input, Sourcify and more

<Tip>
  Verifying your deployed contract ensures transparency and trust by making the source code publicly available and verifiable. Seitrace supports verification for both Solidity and Vyper contracts, with seven methods available through the Seitrace UI.
</Tip>

## **Benefits of Verification**

* **Transparency**: Publicly available source code.
* **Trust**: Community can verify the contract's functionality.
* **Security**: Greater confidence in the contract's integrity.

## **Guide to verify your contract on Seitrace**

<CardGroup cols={2}>
  <Card title="Seitrace UI" icon="file-check" href="/verify-contract/seitrace-ui">
    Verification is available for both Solidity and Vyper contracts on Seitrace UI
  </Card>

  <Card title="Hardhat verification plugin" icon="puzzle-piece-simple" href="/verify-contract/hardhat-verification-plugin">
    The Hardhat Verification Plugin supports contract verification on Seitrace.
  </Card>

  <Card title="Custom ABI" icon="grid-horizontal" href="/verify-contract/custom-abi">
    Useful for debugging and testing newly deployed smart contracts.
  </Card>

  <Card title="API for EVM contract verification" icon="gear-code" href="/verify-contract/api-for-evm-contract-verification">
    The list apiURL For EVM Contract verification on mainnet, testnet and devnet
  </Card>
</CardGroup>
