# Deploying Position

Borrowers are able to take leverage positions within a strategy, representing a multiple of the collateral they have deposited into their strategy account. A borrower's loan size is limited to the size of the open positions they currently have deployed in the strategy.

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

After depositing collateral, borrowers send transactions through the Prime Broker account, specifying the deployment of borrowed capital into a strategy. If the action the borrower takes does not meet the strategy's criteria, it will revert.

<figure><img src="/files/rayPcTrm5yjRrjxcOyu2" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.goldlink.io/borrowing/deploying-position.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.
