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

# Core Interactions

Jigsaw enables users to dynamically optimize their strategies through three primary interactions:

1. **Deposit Collateral**\
   Users can deposit assets like LSTs, LRTs, RWAs, or major cryptocurrencies (e.g., BTC, ETH) into Jigsaw. The collateral remains dynamic, meaning it can be moved across whitelisted protocols to maximize yield.
2. **Borrow jUSD**\
   Borrowers can take out an overcollateralized loan in jUSD, Jigsaw’s native stablecoin, without incurring borrowing fees, while maintaining full control and flexibility over the deposited collateral.
3. **Redeploy or Swap Collateral**\
   Users can move collateral between supported protocols (e.g., Aave, Pendle, Morpho) to pursue higher yields or swap assets within the same class (e.g., BTC ↔ ETH) without repaying loans.

***

Jigsaw helps users maximize returns by enabling:

* **Flexible Collateral Movement:** Adjust and optimize strategies dynamically without repaying loans.
* **Layered Yield Opportunities:** Utilize yield-bearing assets in partner protocols to compound earnings across multiple platforms.

{% hint style="info" %} <mark style="color:blue;">**Jigsaw’s focus on composability ensures that users can continually maintain the highest yield options while retaining control over their positions.**</mark>
{% 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://jigsaw.gitbook.io/jigsaw-protocol/how-jigsaw-works/core-interactions.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.
