> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phantom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# isConnected

> Check whether Phantom is currently connected to your dapp using the isConnected method.

Checks if the wallet is connected to the dapp.

## Parameters

None

## Response

Boolean

```typescript theme={null}
window.phantom.ethereum.isConnected()
// true if connected
// false if not
```
