> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# isAuthenticatedWithAWallet

> This utility can be used check if the user has authenticated with a wallet.

```TypeScript
import { isAuthenticatedWithAWallet } from "@dynamic-labs/sdk-react-core";

const App = () => {
    const authenticatedWithAWallet = isAuthenticatedWithAWallet(user)
    ...
}
```
