> For the complete documentation index, see [llms.txt](https://wallet-docs.broearn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wallet-docs.broearn.com/ethereum-and-evm/provider-api-reference/methods/isconnected.md).

# isConnected

Parameters: None&#x20;

Returns: Boolean&#x20;

```javascript
window.bw.eth.isConnected() 
// true if connected 
// false if not
```
