# OpenID

ChainLink AnyApi allows wallet verification directly from the smart contract. However, if you do not want or are unable to use ChainLink AnyApi, you query from a backend service instead.

Normally, Proofi uses blockchain events to verify that a wallet is trying to participate in a project. To query from a backend, the wallet owner first needs to approve the project by connecting through OpenID.

{% hint style="danger" %}
OpenID is not available by default in the beta version. If you're interested in using OpenID please contact [support@proofi.com](email:support@proofi.com).
{% endhint %}


---

# 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.proofi.com/integration/openid.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.
