> For the complete documentation index, see [llms.txt](https://docs.libertyworldeth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libertyworldeth.com/introduction.md).

# Introduction

At the heart of LibertyWRLD is the BlockForge Protocol (BFP), a decentralized framework designed to power a series of interconnected blockchain projects, starting with DirtBlock and evolving into future iterations: WaterBucket, GoldBlock, DiamondBlock, and EmeraldBlock. BFP ensures each project builds on the last, creating a scalable, user-focused ecosystem where every block is stronger, smarter, and more valuable. Our roadmap is clear: DirtBlockCoin aims to achieve a $500,000 market cap, laying the foundation for subsequent projects, with EmeraldBlock targeting an ambitious $500 million market cap.

DirtBlock, the first in this series, transforms the concept of digital assets by empowering users to participate in a community-driven, utility-focused cryptocurrency. Powered by BFP, DirtBlockCoin turns everyday users into stakeholders in a decentralized economy. Our mining agent, BlockMiner, converts computational contributions into tokenized rewards, distributed transparently based on participation, ensuring fairness and accessibility.

But LibertyWRLD is more than just a coin. Its ecosystem of decentralized tools redefines what a blockchain project can do: BlockCraft enables seamless token creation, TerraHost provides decentralized hosting for project resources, EarthVault offers secure, encrypted storage, and FutureForge unlocks community-driven development for future blocks. Each tool operates independently yet integrates through BFP, delivering a cohesive experience without centralized control.

Transparency and security are non-negotiable. LibertyWRLD leverages blockchain-based validation—no centralized logins, no hidden processes, just wallet-based identity and immutable on-chain records. Every transaction, reward, and contribution is verifiable, traceable, and trustless.

For too long, blockchain projects have promised innovation but delivered complexity. LibertyWRLD makes decentralization accessible, with BFP as its backbone and the community as its strength. We’re building a world of future blocks—DirtBlock today, EmeraldBlock tomorrow—where each step forward creates greater value for all.

<br>


---

# 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.libertyworldeth.com/introduction.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.
