# Wallet Connectors

The Etherspot BUIDLER React Component accepts any provider / provider-like objects returned from a Wallet Connector library.

```jsx
<Etherspot
  provider={connectedProvider}
/>
```

## Wallet Connector Libraries

We've compiled a short list of libraries that return a provider that can be used with the Etherspot component.

* [Ethers](https://docs.ethers.io/v5/api/providers/)
* [Web3 Onboard](https://onboard.blocknative.com/)
* [Web3Auth](https://web3auth.io/)

Each of the services / libraries above return a provider that can be passed to the Etherspot component.


---

# 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://v1.etherspot.io/buidler-react-component/wallet-connectors.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.
