# Dry Runs

Human ID has dry run flows. These allow developers to (a) complete verification flows and (b) get mock SBTs on testnet while they are integrating Human ID into their dapp.

## Get mock SBT

### Option A: With Human Wallet SDK

...

### Option B: With Redirect

...

## Read mock SBT

Use the Holonym API to query the [sybil-resistance endpoint](/for-developers/api-reference.md#get-sybil-resistance-less-than-credential-type-greater-than-less-than-network-greater-than-user-less). For the `network` option, specify "base-sepolia" instead of "optimism".


---

# 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://zeronym-docs.holonym.id/for-developers/dry-runs.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.
