> For the complete documentation index, see [llms.txt](https://docs.veno.finance/veno-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veno.finance/veno-finance/protocol/fountain.md).

# Fountain

{% hint style="info" %}
Veno Fountain is now LIVE on zkSync Era :tada:&#x20;

Lock VNO to earn more VNO incentives now: <https://veno.finance/vno/>
{% endhint %}

Fountain is where users can lock VNO to receive VNO incentives. Users can choose between lock durations of 3-months, 12-months, 48-months, and 96-months to lock their VNO. The longer the lock duration, the larger the proportion of VNO emissions for the users.

Here is the multiplier amount as well as the exit penalty corresponding to different vaults:

<table><thead><tr><th>Vault</th><th width="157">3-month Lock</th><th width="148">12-month Lock</th><th width="154">48-month Lock</th><th>96-month Lock</th></tr></thead><tbody><tr><td>Multiplier</td><td>3x</td><td>12x</td><td>48x</td><td>96x</td></tr><tr><td>Exit penalty on the amount of VNO that user is exiting</td><td>60%</td><td>70%</td><td>80%</td><td>90%</td></tr><tr><td>% of penalty to other lockers</td><td>50% </td><td>50%</td><td>50%</td><td>50%</td></tr><tr><td>% of penalty to treasury</td><td>50% </td><td>50% </td><td>50% </td><td>50% </td></tr></tbody></table>

Note: For exit penalty paid to other lockers, it will be automatically locked into the 96-month vault and it needs to be claimed by other lockers. The amount that each remaining lockers' get is determined by their weighted share of # of VNO locked \* Vault multiplier.

{% hint style="warning" %}
Early Withdrawal is currently unavailable on zkSync Era.&#x20;

Please stay tuned for our announcements!
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.veno.finance/veno-finance/protocol/fountain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
