> For the complete documentation index, see [llms.txt](https://docs.ainetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ainetwork.ai/proposal-documents/ain-improvement-memos.md).

# AIN Improvement Memos (AIMs)

| ID      | Title                                                 | Link                                                                                                                                            | Status   |
| ------- | ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| AIM-001 | Changeable Validator Set                              | [Link](https://github.com/ainblockchain/ain-docs/blob/master/AIM_docs/AIM-001_Changeable_Validator_Set-20210513.pdf)                            | Accepted |
| AIM-002 | Better Randomness and Proposer Selection              | [Link](https://github.com/ainblockchain/ain-docs/blob/master/AIM_docs/AIM-002_Better_Randomness_and_Proposer_Selection-20210513.pdf)            | Accepted |
| AIM-003 | Genesis Parameter Files                               | [Link](https://github.com/ainblockchain/ain-docs/blob/master/AIM_docs/AIM-003_Genesis_Parameter_Files-20210513.pdf)                             | Accepted |
| AIM-004 | Explicit Write Permissions of Native Functions        | [Link](https://github.com/ainblockchain/ain-docs/blob/master/AIM_docs/AIM-004_Explicit_Write_Permissions_of_Native_Functions-20210513.pdf)      | Accepted |
| AIM-005 | Block Storage Optimization                            | [Link](https://github.com/ainblockchain/ain-docs/blob/master/AIM_docs/AIM-005_Block_storage_optimization-20210513.pdf)                          | Accepted |
| AIM-006 | Including Nonce Tracker In The State                  | [Link](https://github.com/ainblockchain/ain-docs/blob/master/AIM_docs/AIM-006_Including_nonce_tracker_in_the_state-20210513.pdf)                | Accepted |
| AIM-007 | State vs. Status                                      | [Link](https://github.com/ainblockchain/ain-docs/blob/master/AIM_docs/AIM-007_State_vs_Status-20210513.pdf)                                     | Accepted |
| AIM-008 | Chained Native Function Calls and Write Permissions   | [Link](https://github.com/ainblockchain/ain-docs/blob/master/AIM_docs/AIM-008_Chained_native_function_calls_and_write_permissions-20210513.pdf) | Accepted |
| AIM-009 | Integrating manage\_app With App Owner / Rule Configs | TBA                                                                                                                                             | WIP      |
| AIM-010 | Function Results in Tx Results                        | [Link](https://github.com/ainblockchain/ain-docs/blob/master/AIM_docs/AIM-010_Function_Results_in_Tx_Results-20210513.pdf)                      | Accepted |


---

# 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://docs.ainetwork.ai/proposal-documents/ain-improvement-memos.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.
