# OneID SDK

OneID SDK supports our partners to integrate OneID Service easily, which will solve all the complicated cross-chain issues, and help the blockchain products easier to use. Currently, OneID Service supports 100+ chains with only 1 step setup and the OneID NFT is using **VRC-725 (VICTION)**

OneID offers 2 SDKs:

* **Inspect SDK**: This SDK allows Wallet/DAPP to integrate and use OneID Services such as getting 100+ chains of Linked Wallet through ID Name, then their users no need to worry about the Chain and Address anymore.
* **Core SDK**: this SDK allows users of our Partner to register OneID right on their DAPP, and Partners can earn revenue from this integration.


---

# 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.oneid.xyz/developers-guide/oneid-sdk.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.
