> For the complete documentation index, see [llms.txt](https://ample-2.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ample-2.gitbook.io/docs/vaults-and-deposits/withdrawals.md).

# Withdrawals

Your deposit is yours. Withdraw any amount, at any time, with no Ample fee, no lockup, no notice period, and no penalty schedule.

### How it works

1. Open your vault position and choose **Withdraw**.
2. Enter the amount. The screen shows the ticket weight you'll give up, since tickets follow your balance from the moment it changes.
3. Confirm. The vault redeems your shares and the asset lands in your wallet in the same transaction. Wrapped-native vaults (like WHYPE) can pay out the native asset directly.

Network gas is the entire cost.

### Worth checking first

{% hint style="warning" %}
**Withdrawing more than 10% of your balance resets your loyalty multiplier** to 1.00. At or under 10%, it's untouched. If your timing is flexible, a glance at your dashboard multiplier before a large withdrawal can save a rebuild. Details in [Your Odds, Over Time](/docs/how-payouts-work/odds.md).
{% endhint %}

*In unusual market conditions, the instantly withdrawable amount can briefly depend on the lending markets' available liquidity*, a structural property of every lending-based vault in DeFi. Ample's conservative venue selection and deposit caps exist to keep that scenario theoretical, and the app always shows the live maximum.


---

# 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:

```
GET https://ample-2.gitbook.io/docs/vaults-and-deposits/withdrawals.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.
