> For the complete documentation index, see [llms.txt](https://wiki.shellprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.shellprotocol.io/getting-started/integrations.md).

# Integrations

{% hint style="info" %}
In the future, no one will build dapps. Instead, they'll just plug each protocol into platforms like Shell and instantly connect to users.
{% endhint %}

## External vs Shell-native primitives

There are two ways to integrate Shell Protocol.

1. For protocols that are **already deployed**, you can [deploy an adapter contract](/getting-started/integrations/protocol-adapters.md) to connect it with Shell.
2. If the smart contracts are still **in development**, you can [build natively on Shell Protocol](/getting-started/integrations/shell-native-primitives.md). This will reduce the complexity of your code and save gas when bundling transactions with other primitives on Shell.

## Why integrate?

* With one integration, instantly connect your project to other major DeFi protocols — receive integrations with Curve, Balancer, Uniswap and many other projects out of the box.
* Accelerate growth with built-in access to a suite of DeFi protocols and their communities.
* Elevate your dapp into a DeFi lego for the Shell [developer community](/getting-started/developers.md) to plug-and-play.


---

# 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:

```
GET https://wiki.shellprotocol.io/getting-started/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
