> For the complete documentation index, see [llms.txt](https://docs.dapphero.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapphero.io/advanced/ethereum-provider.md).

# Ethereum Provider

Connecting to the exposed ethereum provider with DappHero

For more builders who are incorporating DappHero on mixed technology websites, we have offered the ability to get access to the underlying Ethereum Provider.&#x20;

### Window object

An [Ethers.js](https://docs.ethers.io/ethers.js/html/) (v5) powered Ethereum provider is available at `window.dappHero.provider`. This provider can be used to create new connections to the Ethereum blockchain without needing DappHero.

```
window.dappHero.provider
// or without window
dappHero.provider
```
