> For the complete documentation index, see [llms.txt](https://colend.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://colend.gitbook.io/home/readme/manifesto.md).

# Manifesto

<figure><img src="/files/BXtMthXhgOjTdjeRQL7D" alt=""><figcaption></figcaption></figure>

We, the contributors of [Colend Protocol](http://colend.xyz/), through this manifesto, affirm our commitment to developing financial solutions that prioritize :

1. **Decentralization over centralization :** Support infrastructures and operations that minimize centralized control points, to enhance the resilience and censorship resistance of the financial system.
2. **Equity and universal access over profit :** Ensure that our protocols promote fairness, offering equal access to all, without discrimination.
3. **Security and robustness over features :** Prioritize the security of users’ funds and data above rapid feature expansion, to ensure trust and long-term sustainability of our ecosystem.
4. **User needs over technical specifications :** Listen to and meet the real needs of users to guide the development of features, rather than being carried away by technological possibilities.
5. **Simplicity over complexity :** Favor simple and understandable solutions that make decentralized finance accessible and usable by the greatest number.
6. **Transparent collaboration over competition :** Encourage open and transparent collaboration among all sector actors, to build standards and solutions that benefit the entire community.
7. **Continuous adaptation and innovation :** Remain agile and open to change, constantly adapting and improving our protocols to address emerging challenges and technological opportunities.
8. **Honoring and contributing to Satoshi Nakamoto’s work :** Recognize and build upon the founding principles of Bitcoin, while contributing to the evolution of its ecosystem to ensure its relevance and robustness in the future.
9. **Finance for the people, not just institutions :** Commit to creating and fostering financial systems and tools that empower individuals rather than centralizing wealth and power in the hands of a few institutions.

By adhering to these principles, we commit to developing a decentralized financial system that is not only fair and secure but also sustainable, accessible, and aligned with a vision of a future where finance serves the entirety of humanity, without barriers or exclusions : **the BitcoinFi**.


---

# 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://colend.gitbook.io/home/readme/manifesto.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.
