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

# Xyxyx Improvement Proposals (XIPs)

### Overview

Xyxyx Improvement Proposals (XIPs) are governance proposals that aim to (1) propose changes and new features to the protocol; (2) dictate the policy for accessing the Xyxyx Launchpad; and (3) improve governance itself.

***

### Template

The author must use the following template when writing an XIP for voting on Snapshot:

{% code overflow="wrap" %}

```
---
[XIP-#] <title>
---
## Abstract
Two or three sentences that summarize the XIP.
## Motivation
A statement on why the Xyxyx community should implement the XIP.
## Motivation
Provide an explanation for why this change is necessary.
## Rationale
An explanation of how the XIP aligns with the Xyxyx community's mission and guiding values.
## Key Terms
Definitions of any terms within the proposal that are unique to the proposal, new to the Xyxyx community, and/or industry-specific. This section is optional, but recommended.
## Specifications
A detailed breakdown of the platforms and technologies that will be used. This is where you can elaborate on the "why" of your design decisions. You can also use this section to describe alternate designs that were considered and related work, e.g. how similar specifications have been successfully (or unsuccessfully) implemented in other chains or languages.
## Steps to Implement
The steps to implement the XIP, including associated costs, manpower, and other resources for each step where applicable. XIPs that involve transactions with third parties will need to ensure that applicable legal documentation and procedures are also included.
## Timeline
Relevant timing details, including but not limited to start date, milestones, and completion dates.
## Overall Cost
The total cost to implement the XIP. The overall cost section should include a breakdown of the total cost of the XIP, including any associated costs for each step where applicable. Consider both fixed costs and recurring costs.
```

{% endcode %}

***

### Preamble&#x20;

XIP drafts on the Governance Forum must include a preamble section at the head of the post using the following template:

```
XIP#: <number>
Title: <title>
Author(s): <author>
Contributors: <contributors>
Status: <status>
Date Proposed: <yy-mm-dd>
Date Ratified: <yy-mm-dd>
Forum URL: <URL>
Ratification Poll URL: <URL>
```

#### Status

* **Draft**: This XIP is a work in progress.
* **Proposed**: This XIP is issued for voting.&#x20;
* **Accepted**: This XIP has passed and must be executed.&#x20;
* **Rejected**: This XIP has failed to reach community consensus.&#x20;
* **Implemented**: This XIP has been implemented.


---

# 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.xyxyx.pro/protocol/governance/xyxyx-improvement-proposals-xips.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.
