> For the complete documentation index, see [llms.txt](https://docs.thorfi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thorfi.io/project-information/overview/thorfi-principles.md).

# ThorFi Principles

At ThorFi, we're building a better Web3 future on the blockchain.

**Vision**

We envision an open, decentralized world where resilient communities come together to push the boundaries of what was previously thought possible.

**Mission**

To promote education and advance innovation by creating a dynamic ecosystem of utility-led projects that scale across digital and physical marketplaces. &#x20;

**Community-Driven Decisions**

*Our community is always top-of-mind, and we only make moves that serve their best interests.*

We were founded and built by the community and implemented that shared psychology in our operations. We're putting our community first through proactive communication and a commitment to transparency.

**Intentional Innovation**

*Our utilities correlate seamlessly within a purpose-built ecosystem.*

We’re combining the best of GameFi, DeFi, and TradFi by creating reciprocal utility at scale within our ecosystem that supports the strength of $THOR and grows staked rewards.

**Opening Doors to DeFi**

*We’re bringing DeFi to everyone.*

We’re diversifying the entry points into DeFi through gamified avenues and practical education that make getting started easy, fun, and rewarding regardless of your experience level.


---

# 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.thorfi.io/project-information/overview/thorfi-principles.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.
