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

# UseAccountResult

Return value from useAccount hook

## Properties

| Property                                       | Type         | Description                          |
| ---------------------------------------------- | ------------ | ------------------------------------ |
| <a id="address" /> `address`                   | `string`     | Smart account address                |
| <a id="griduserid" /> `gridUserId`             | `string`     | Grid user identifier                 |
| <a id="isconnected" /> `isConnected`           | `boolean`    | Whether account is connected         |
| <a id="disconnect" /> `disconnect`             | () => `void` | Disconnect and clear all auth data   |
| <a id="accountaddress" /> ~~`accountAddress`~~ | `string`     | **Deprecated** Use `address` instead |
