# Dynamic Multisig Withdrawal

Funds in bridge vaults are released based on a dynamic multisig arrangement whereby the following sets of rules needs to be satisfied before funds will be released:

* The cumulative bond of the Mean Trolls that signed the transaction must exceed the value of the withdrawal transaction
* All of the signers are active Bridge Trolls and in good standing
* The number of Green Troll signers based on transaction size of signers. A set formula will define the number of Green Trolls that also need to sign as transaction sizes increase.

Any malicious transactions created or signed will result in the loss of bonded OSWAP from the participating Bridge Trolls, and be immediately disqualified.


---

# 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://doc.openswap.xyz/technologies/openswap-bridge/dynamic-multisig-withdrawal.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.
