Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,20 @@ Contributions are welcome. Feel free to open an issue or a pull request. Check o
If you want to contribute but don't know where to start, take a look at the
[Good First Issues](https://github.com/getfloresta/Floresta/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22).

## Roadmap

Floresta's technical direction is guided by six strategic themes:

- Reliability & Security
- Sync & Transaction Relay
- Bitcoin Ecosystem Support
- Modular Architecture
- Testing & Validation
- Community Adoption & User Experience

For the full 2026 roadmap and ongoing priorities, see [doc/roadmap-2026.md](doc/roadmap-2026.md).
Active workstreams are tracked on the [Project Board](https://github.com/orgs/getfloresta/projects/2).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this link is available to the Floresta team for now.


## Community

If you want to discuss this project, you can join the [Discord Server](https://discord.gg/5Wj8fjjS93).
Expand Down
87 changes: 87 additions & 0 deletions doc/roadmap-2026.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# Floresta Technical Strategy & Roadmap 2026

## Governance & Scope

This document reflects the current technical direction proposed by the Floresta core team. We value quality and transparency during our process and this will be the primary place to follow all updates regarding our roadmap.

- The roadmap is **public and open for feedback**
- Direction and prioritization are **curated and approved by the Floresta core team**
- External contributors are encouraged to:
- Provide feedback
- Propose ideas
- Make contributions aligned with the roadmap and strategic themes

## Vision

Floresta is a lightweight and embeddable Bitcoin client designed for applications and users that require strong validation guarantees but cannot accommodate the operational overhead of traditional full nodes.

Rather than a monolithic design, Floresta is built as a **composable system**.

Applications integrate through well-defined interfaces instead of modifying or forking the codebase.

Modularity is validated through real integrations with ecosystem tools.

Floresta aims to be a **production-grade alternative to Bitcoin Core** for lightweight, application-focused use cases, while maintaining strong guarantees when it comes to consensus and security.

## Strategic Themes

All roadmap initiatives are guided by the following six strategic themes:

1. **Reliability & Security**
2. **Sync & Transaction Relay**
3. **Bitcoin Ecosystem Support**
4. **Modular Architecture**
5. **Testing & Validation**
6. **Community Adoption & User Experience**

## 2026 Roadmap

> This section reflects the current priorities identified for each strategic theme to be worked on throughout 2026, and can be refined as work progresses.
>
> Workstreams and quarterly efforts addressing these initiatives are detailed on the [Project Board](https://github.com/orgs/getfloresta/projects/2).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got a 404 page from this link

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this link is available to the Floresta team for now.


### Reliability & Security

- Ensure trustworthy runtime behavior
- Maintain production-quality execution
- Strengthen operational robustness
- Improve resilience to network-level attacks

### Sync & Transaction Relay

- Improve blockchain synchronization performance
- Enhance transaction and block propagation
- Strengthen mempool capabilities

### Bitcoin Ecosystem Support

- Maintain compatibility with widely used RPC interfaces
- Enable integration with external developer toolkits
- Validate behavior against common Bitcoin workflows

### Modular Architecture

- Enforce architectural separation through domain boundaries
- Organize development around modular components

### Testing & Validation

- Establish comprehensive testing strategies (unit, integration and fuzzing)
- Strengthen coverage across core components
- Improve CI reliability and automated validation pipelines

### Community Adoption & User Experience

- Improve documentation and onboarding materials
- Refine user-facing interfaces and developer tooling
- Strengthen presence in the Bitcoin ecosystem
- Grow and support the contributor base

## Notes

- The roadmap defines **direction, not guarantees**
- This is a living document and will be updated quarterly based on community feedback and project evolution
- Priorities and timelines may shift as we progress, based on:
- Implementation complexity
- Security considerations
- Ecosystem needs
Loading