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

# Sequence Wallet

> Integrate Sequence as your authentication provider for smart wallet support.

<head>
  <script type="application/ld+json">
    {JSON.stringify({
            "@context": "https://schema.org",
            "@type": "TechArticle",
            "headline": "Sequence Wallet",
            "description": "Integrate Sequence as your authentication provider for smart wallet support.",
            "author": {"@type": "Organization", "name": "Snag Solutions", "url": "https://www.snagsolutions.io/"},
            "publisher": {"@type": "Organization", "name": "Snag Solutions", "url": "https://www.snagsolutions.io/", "logo": {"@type": "ImageObject", "url": "https://assets.snagsolutions.io/public/docs/snag-logo-dark-no-bg.svg"}},
            "mainEntityOfPage": "https://docs.snagsolutions.io/user-auth/sequence"
          })}
  </script>
</head>

<Frame>
  ![Sequence Wallet authentication provider integration overview](https://assets.snagsolutions.io/public/docs/sequence.webp)
</Frame>

## Required Information:

* Sequence Project ID (Access Key)

* WAAS Configuration Key

* Google OAuth Client ID

* Client Secret

* WalletConnect Project ID

* Network (e.g. Arbitrum Sepolia)

## How to find these credentials:

1. Configure Google OAuth in the **Google Developer Console**:

   * Create an OAuth application in the **Google Developer Console**.
   * Ensure you allow `https://<your_website>/`

2. Sign up for [WalletConnect](https://walletconnect.com/) and retrieve your **Project ID**.

3. Sign up for [Sequence](https://sequence.xyz/) ([docs](https://docs.sequence.xyz/)) and access your project dashboard.

4. Retrieve your **Project ID, WAAS Configuration Key**.

5. Deploy the parent contract in the Sequence **build dashboard**.

6. Send these details (**Project ID, WAAS Configuration Key, Google OAuth Client ID, Client Secret, WalletConnect Project ID**) to us.
