# Vesper Improvement Proposal Template

Vesper Improvement Proposals (VIPs) can be submitted at \[GitHub Link].&#x20;

## VIP-000: Title

A VIP number, like `VIP-001`, will be assigned and the proposal author should give it a short, descriptive title.&#x20;

### Summary

In easy-to-understand language, describe the purpose of your proposal and what it intends to achieve for the Vesper network. &#x20;

### Abstract

Briefly describe what the proposed change will do.&#x20;

### Expectations

Detail the expectations and assumptions behind the VIP's proposed contract. This is the qualitative and quantitative rationale behind the contract's strategy.&#x20;

### Specification

In detailed, technical language, describe the inner workings of your proposed contract.&#x20;

### Test Cases

Describe how other implementations or back-tests of this contract performed.&#x20;


---

# 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.vesper.finance/vesper-developers/vesper-improvement-proposal-template.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.
