> For the complete documentation index, see [llms.txt](https://docs.squads.so/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squads.so/main/navigating-your-squad/squadsx/compatible-apps.md).

# Compatible Apps

Here is the list of applications you can access via SquadsX to execute operations with your treasury assets:

{% hint style="warning" %}
This list indicates compatibility only and does not constitute an endorsement of any app's team, product, or security. Always perform your due diligence before engaging with third-party applications.
{% endhint %}

{% tabs %}
{% tab title="Asset Management" %}

| Application         | Use Cases                            | Limitations |
| ------------------- | ------------------------------------ | ----------- |
| **Magna**           | Create Allocation                    | -           |
|                     | Import Allocation                    | -           |
|                     | Create Schedule                      | -           |
|                     | Start & Fund Distribution            | -           |
| **Streamflow**      | Create Airdrops                      | -           |
|                     | Create Vest                          | -           |
|                     | Payments                             | -           |
| **Request Finance** | Create, track and reconcile invoices |             |
| **Squads**          | Initiate Transactions                | -           |
|                     | Approve/Reject Transactions          | -           |
|                     |                                      |             |
| {% endtab %}        |                                      |             |

{% tab title="DEXs" %}

| Application  | Use Cases                        | Limitations                                                                                                                     |
| ------------ | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| **Jupiter**  | Swaps/Limit Orders               | -                                                                                                                               |
|              | DCA                              | -                                                                                                                               |
|              | Value Average                    | -                                                                                                                               |
|              | Perp Trading                     | -                                                                                                                               |
| **Lulo**     | Deposit/Withdraw                 | -                                                                                                                               |
| **Meteora**  | Deposit/Withdraw (Standard pool) | -                                                                                                                               |
| **Orca**     | Swap                             | -                                                                                                                               |
| **Raydium**  | Swap                             | -                                                                                                                               |
|              | Liquidity Provisioning           | The transaction might not go through successfully if your Fee Relayers is enabled. Please contact support if you face an error. |
|              | Liquidity Provisioning           | -                                                                                                                               |
| **Zeta**     | Buy/Sell                         | -                                                                                                                               |
| **Darklake** | Swap                             |                                                                                                                                 |
| {% endtab %} |                                  |                                                                                                                                 |

{% tab title="Money Markets" %}

| Application                | Use Cases        | Limitations                                                                                                                      |
| -------------------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| **Drift**                  | Borrow/Lend      | -                                                                                                                                |
| **Exponent**               | Deposit/Lend     | Only available for fragSOL, kySOL, and USD.                                                                                      |
| **Kamino**                 | Borrow/Lend      | -                                                                                                                                |
| **Marginfi**               | Lending          | The transaction might not go through successfully if your Fee Relayers is disabled. Please contact support if you face an error. |
| **Save (formerly Solend)** | Deposit/Withdraw | -                                                                                                                                |
| {% endtab %}               |                  |                                                                                                                                  |

{% tab title="NFTs" %}

| Application  | Use Cases     | Limitations |
| ------------ | ------------- | ----------- |
| **Tensor**   | Buy/Sell NFTs | -           |
| {% endtab %} |               |             |

{% tab title="Others" %}

| Application   | Use Cases                      | Limitations |
| ------------- | ------------------------------ | ----------- |
| **Marinade**  | Native Stake/Unstake           | -           |
|               | Liquid Stake/Unstake           | -           |
| **Sanctum**   | Deposit Into The Infinity Pool | -           |
|               | Withdraw INF                   | -           |
|               | Trade LSTs                     | -           |
| **Solayer**   | Deposit/Withdraw               | -           |
| **TipLink**   | Create A TipLink               | -           |
| {% endtab %}  |                                |             |
| {% endtabs %} |                                |             |

{% hint style="warning" %}
SquadsX is still in beta, bugs or compatibility issues may occur. If you face any issues, please reach out to us on [Discord](https://discord.com/invite/squadsprotocol).
{% endhint %}


---

# 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.squads.so/main/navigating-your-squad/squadsx/compatible-apps.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.
