# No Code (Etherscan)

{% hint style="warning" %}
Please take note of the formatting, you will have to transform the output&#x20;
{% endhint %}

#### Without Code (etherscan)

1 . Find to the soulbound contract on etherscan and go to read proxy contract, paste an address you know has a soulbound into `.getSBTData` to get their zk proof, copy the response.

<figure><img src="https://camo.githubusercontent.com/0785a2338f7311563a6645be65383b4ff4c939441978908e66794aa22d7951f9/68747470733a2f2f696d6167652d686f7374696e672d30786b79632e73332e616d617a6f6e6177732e636f6d2f53637265656e73686f742b323032332d30312d32332b61742b31322e33302e35312e706e67" alt=""><figcaption></figcaption></figure>

2. Then find the verifier contract on etherscan and paste this proof to check if users proof is valid!

<figure><img src="https://camo.githubusercontent.com/1a29478be869cd78be0133289006429576cdd5aca30bfa7a76cc34431cb309f2/68747470733a2f2f696d6167652d686f7374696e672d30786b79632e73332e616d617a6f6e6177732e636f6d2f53637265656e73686f742b323032332d30312d32332b61742b31322e33382e34322e706e67" alt=""><figcaption></figcaption></figure>

**Please format for etherscan as per this example:**

Proof (tuple):

```
[  [ '8710537528348043357141709201819101354012824719334955420250292216392076623899' , '3924814251382815765284288191214228856632341894768555820344089160680175670834' ] , [ ['5911471759468079394754875175555908512976069771244464522376191264634565769159' , '21803559666175154912563263357159215640811846710703142497379156859129992688708' ] , ['16372078897919258359127917458154316186434995490375203292632038714576109276118' , '14927880659458573269668996342982593168700277969593660033945567575570075927076' ] ], [ '5645922302702090731612994530752097236431737049422847898087930472517022681634', '738883248833279286489328916624252544304195866700567499279266109075055540821' ] ]
```

input (uint256):

```
[18,0,1]
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.0xkyc.id/developer-guides/blockchain-guide/no-code-etherscan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
