# Provider

Wepin Provider SDK for React Native. This package is exclusively available for use in React Native environments (Android and iOS).

Wepin supports providers that return JSON-RPC request responses to connect with blockchain networks. With Wepin Provider, you can easily connect to various networks supported by Wepin.

The providers supported by Wepin are as follows:

* [**Ethereum Provider**](https://eips.ethereum.org/EIPS/eip-1193): Used for interacting with EVM (Ethereum Virtual Machine) compatible networks such as Ethereum, Polygon, and Klaytn. It can be used for functions like calling smart contract methods, checking EVM-based token balances, and sending transactions.
* [**Kaia Provider**](/en/widget-integration/web-javascript-sdk/provider/kaia-provider.md): A provider that enables interaction with the Kaia blockchain. It supports JSON-RPC requests for account connection, transaction signing and broadcasting, and smart contract execution. Additionally, it is compatible with EVM-based blockchains for seamless integration.

Refer to the documentation below for detailed usage instructions.

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center">Ethereum Provider</td><td></td><td></td><td><a href="/pages/rOLtFW1iTkjHnGc6QWkR">/pages/rOLtFW1iTkjHnGc6QWkR</a></td><td><a href="/files/IHeW92M41dlOiVSk7wZB">/files/IHeW92M41dlOiVSk7wZB</a></td></tr><tr><td align="center">Kaia Provider</td><td></td><td></td><td></td><td><a href="/files/AjUsvZiUzaCwC4Y3ewOy">/files/AjUsvZiUzaCwC4Y3ewOy</a></td></tr></tbody></table>


---

# 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.wepin.io/en/widget-integration/react-native-sdk/provider.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.
