> For the complete documentation index, see [llms.txt](https://docs.definitive.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.definitive.fi/users/guides/using-squads-wallet-with-definitive.md).

# Using Squads Wallet with Definitive

**NOTE**:  For security reasons, the Definitive team will need to whitelist your Squads wallet  before you can attempt to connect it.  Please reach out to the Definitive team or email <sales@definitive.fi> for assistance.  Once we have whitelisted your Squads address, you may follow the steps below to connect your Squads wallet to Definitive.

1. FIrst, you will need to ensure you have installed the SquadsX [browser extension](https://squads.so/blog/squadsx-multisig-extension-wallet-solana). &#x20;
   1. Please find detailed instructions on how to install the SquadsX browser extension in the Squads Docs [here](https://docs.squads.so/main/navigating-your-squad/squadsx/start-using-squadsx).&#x20;

2. After you have installed SquadsX, if you are currently connected to a different wallet, you will need to first disconnect your wallet **without** signing out of your Definitive account.
   1. As a signed in user, click on theh 3 dots next to your connected wallet in the top right corner of the trading terminal.  In the Wallet pop-up, click the small arrow next to your wallet address and select "Disconnect".

      <figure><img src="/files/aROZb3trlcZdZFJE6mrA" alt="" width="375"><figcaption></figcaption></figure>

      <figure><img src="/files/WX0pYpxrCzt9CZnmSwJJ" alt="" width="375"><figcaption></figcaption></figure>

3. Now, click "Connect Wallet" in the top right corner of the trading terminal:

   <figure><img src="/files/7YX3R14s47N9txunhxvY" alt="" width="375"><figcaption></figcaption></figure>

4. In the Wallet pop-up, type "SquadsX" in the search bar:

5. You should see Squads pop-up in the list - select it to connect your wallet:

   <figure><img src="/files/kHcMWoBsXbq9dW50n1gV" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.definitive.fi/users/guides/using-squads-wallet-with-definitive.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
