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