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

# Reown

> Learn how to integrate Abstract Global Wallet with Reown.

Users can connect to AGW via Reown (prev. known as WalletConnect) and approve transactions from within the [Abstract Portal](https://portal.abs.xyz/profile).

<Card title="AGW + Reown Example Repo" icon="github" href="https://github.com/Abstract-Foundation/examples/tree/main/agw-walletconnect-nextjs">
  Use our example repo to quickly get started with Reown AppKit and AGW.
</Card>

## Installation

Follow the [Reown quickstart](https://docs.reown.com/appkit/overview#quickstart) for your preferred framework to install the necessary dependencies and initialize AppKit.

Configure `abstract` or `abstractTestnet` as the chain in your AppKit configuration.

```ts theme={null}
import { abstract } from "@reown/appkit/networks";
```
