> 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/properties.md).

# Properties

Here you will find a list of all of the properties available to you once the `window.bw.eth`object has been injected.\
\
These are all exactly the same as the `window.ethereum` object. However, we recommend using the `window.bw.eth`object to prevent namespace collisions.

```json
{
    chainId: HexString
    networkVersion: String
    selectedAddress: HexString
    _events: Object
    _eventsCount: Number
}
```
