> For the complete documentation index, see [llms.txt](https://docs.tensor.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tensor.trade/trade/shared-escrow.md).

# Shared Escrow

Shared escrow allows you to place many bids with the same pool of SOL. This includes full collection bids, trait bids, and offers on individual NFTs. Every bid funded with shared escrow that is less than or equal to your shared escrow balance will simultaneously be active and fillable. If your shared escrow balance drops below the amount needed to fund a particular bid, that bid will be deactivated, but the rest will remain active.&#x20;

<figure><img src="/files/5eekXQHdYdnZ20wqhyYf" alt=""><figcaption><p>Manage your shared escrow balance</p></figcaption></figure>

{% hint style="danger" %}
Adding SOL to your shared escrow balance can re-activate old bids that you might have forgotten about. You should always check whether you have bids with shared escrow enabled before making a deposit. \
\
Anyone can re-activate your bids that use the shared escrow, not just you.
{% endhint %}

## How to use shared escrow:

First, you should be in "Pro" mode to manage and use your shared escrow balance. When you submit a bid, you'll have the option to enable shared escrow.&#x20;

<figure><img src="/files/FLNAQ3f8mCL4yv3hqpvK" alt=""><figcaption></figcaption></figure>

To enable shared escrow for bids on individual NFTs, you'll need to find this toggle in the app settings:

<figure><img src="/files/VIMdqKZ5SXbqJcXpvO7a" alt=""><figcaption></figcaption></figure>

## Purchase caps:

Purchase caps can be used to limit the number of NFTs an order can buy, so that it can't use up your whole shared escrow balance if you don't want it to. Read more about purchase caps [here](https://docs.tensor.trade/trade/get-started-with-tensors-amm/purchase-caps).&#x20;


---

# 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.tensor.trade/trade/shared-escrow.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.
