> For the complete documentation index, see [llms.txt](https://docs.jewelswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jewelswap.io/other-resources/twitter-thread-guides.md).

# Twitter Thread Guides

1. **Mortgage Guide** \
   [https://twitter.com/ElrondPunks/status/1639235670916104192](https://twitter.com/ElrondPunks/status/1639235670916104192?s=20)
2. **Borrowing / Mortgage Guide** by Robolteanu\
   [https://twitter.com/robolteanu/status/1640300535839617026](https://twitter.com/robolteanu/status/1640300535839617026?s=20)
3. **Lending / Borrowing** by Davy.EGLD\
   [https://twitter.com/Davyegld/status/1639960452401864704](https://twitter.com/Davyegld/status/1639960452401864704?s=20)
4. **DCA Buy/Sell Pool Guide** \
   [https://twitter.com/ElrondPunks/status/1634433360532750339](https://twitter.com/ElrondPunks/status/1634433360532750339?s=20)[https://twitter.com/ElrondPunks/status/1634169282425913344](https://twitter.com/ElrondPunks/status/1634169282425913344?s=20)
5. **AMM 2-sided Liquidity Pool Guide** \
   [https://twitter.com/ElrondPunks/status/1634123948580544515](https://twitter.com/ElrondPunks/status/1634123948580544515?s=20)
6. **JewelSwap Guide by Stephen** \
   [https://twitter.com/the\_economystic/status/1648539753304961024](https://twitter.com/the_economystic/status/1648539753304961024?s=20)
7. **JewelSwap Guide by Marchel** \
   [https://twitter.com/MariuszMarchel/status/1648954558960287747](https://twitter.com/MariuszMarchel/status/1648954558960287747?s=20)
8. **JewelSwap Lending and Borrowing Guide by Foudres** \
   [https://twitter.com/xFoudres/status/1651148449784496129](https://twitter.com/xFoudres/status/1651148449784496129?s=20)
9. **JewelSwap Mortgage Guide by Foudres** \
   [https://twitter.com/xFoudres/status/1651529087133925378](https://twitter.com/xFoudres/status/1651529087133925378?s=20)
10. **JewelSwap AMM Guide by Foudres** \
    <https://twitter.com/xFoudres/status/1652213720154624004>
11. **JewelSwap Leveraged Yield Farming Guide by Loulou** \
    [https://twitter.com/loulou\_msx/status/1654880284364492801](https://twitter.com/loulou_msx/status/1654880284364492801?s=20)
12. **JewelSwap Leveraged Yield Farming (LYF) Guide by Robolteanu.** <https://twitter.com/robolteanu/status/1659150068677775360>
13. **JewelSwap Leveraged Yield Farming Guide by Davy.** \
    [https://twitter.com/Davyegld/status/1659152082350252033](https://twitter.com/Davyegld/status/1659152082350252033?s=20)


---

# 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.jewelswap.io/other-resources/twitter-thread-guides.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.
