# Provider

Providers connect your application to blockchain networks, enabling seamless interaction. After integrating Wepin Wallet, you can use providers to call smart contract methods, check users' token balances, and execute transactions. Wepin Providers allow easy interaction with 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.
* [**Solana Provider**](https://solana.com/docs/rpc/http): Suitable for interacting with the Solana blockchain. It’s useful for implementing features like Solana-based NFT transactions, SPL token transfers, or interacting with Solana smart contracts.
* [**Wagmi Connector**](https://wagmi.sh/): Designed for React-based applications, it provides various React Hooks for interacting with blockchain networks. It simplifies wallet connection, account management, and offers advantages in multi-chain support and network management.
* [**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">Solana Provider<br></td><td></td><td></td><td><a href="/pages/tuSg9ZtXdOzvqQ3Axkrz">/pages/tuSg9ZtXdOzvqQ3Axkrz</a></td><td><a href="/files/2nQ06Dvn0e1DwBx8QV8l">/files/2nQ06Dvn0e1DwBx8QV8l</a></td></tr><tr><td align="center">Wagmi Connector</td><td></td><td></td><td><a href="/pages/iHer9XdZs8LoULnCXxUS">/pages/iHer9XdZs8LoULnCXxUS</a></td><td><a href="/files/0Z5rkG8bNf8fbkX8UttJ">/files/0Z5rkG8bNf8fbkX8UttJ</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/web-javascript-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.
