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

# Stargate

## User Docs <a href="#website" id="website"></a>

<https://stargateprotocol.gitbook.io/stargate/v/user-docs/>

## Website <a href="#website" id="website"></a>

​[stargate.finance](https://stargate.finance/)​

## White Paper

[Delta - Solving the Bridging Triliema](https://www.dropbox.com/s/gf3606jedromp61/Delta-Solving.The.Bridging-Trilemma.pdf?dl=0)

## Developers <a href="#developers" id="developers"></a>

See how to [perform swaps programmatically](/stargate/developers/how-to-swap.md)​. Here is a smart contract that [demonstrates the power of Stargate's composability](/stargate/stargate-composability/stargatecomposed.sol.md).​

## Join The Community <a href="#join-the-community" id="join-the-community"></a>

Come [ask questions](https://t.me/+LEM0ELklmO1kODdh) or tell us what you're building in [Telegram](https://t.me/+LEM0ELklmO1kODdh).​

## Delta Algorithm <a href="#delta-algorithm" id="delta-algorithm"></a>

Stargate maintains unified liquidity asset pools supported by the novel Delta algorithm.​


---

# 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://stargateprotocol.gitbook.io/stargate/stargate.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.
