# Bonding Curve Safeguards Mechanisms

Transaction deposit sizes are capped to mitigate potentially high slippage associated with the curve. Currently 50 ETH per transaction.

To prevent significant slippage and protect the bonding curve from potential manipulation by malicious entities within the network, a daily withdrawal limit has been established to maintain the curve's stability.  Currently the withdrawal limit is 1% of the total reserve in the curve.&#x20;

The mechanism of the bonding curve automatically halts withdrawals if the Fshare% (bonding curve reserve / network FShare) falls below 1, only allowing them once the ratio exceeds 1 again. This measure guarantees that the active memberships sold to users remain with the proper reserve.&#x20;

The tribute fee on withdrawals is an important consideration for contributors. It acts as a mechanism to stabilize the network by discouraging frequent withdrawals and rewarding long-term holders, while also serving as a penalty for those looking to exit the system quickly. This fee encourages users to carefully consider the timing of their withdrawals


---

# 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://fairside.gitbook.io/fairsidenetwork/solution-design/capital-pool-bonding-curve-overview/bonding-curve-safeguards-mechanisms.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.
