# Future Work

This page tracks directions Vellum intends to pursue beyond mainnet launch. Items here are intentionally framed as future work, not current properties.

## Progressive decentralization

* Move sequencer ordering toward shared standards as the broader ecosystem produces them.
* Distribute multisig authority across more independent signers.
* Open additional bridge components to community participation.

## Sequencer evolution

* Evaluate and adopt shared sequencing patterns.
* Reduce the impact of sequencer outages.
* Improve transparency of sequencer policy.

## Bridge improvements

* Reduce the perceived friction of withdrawals while preserving the finalization window.
* Expand the canonical token list with rigorous review.
* Improve indexing and observability of bridge events.

## Operations improvements

* Continue tightening SLOs as confidence grows.
* Expand external uptime checks.
* Publish more detailed status metrics.

## Tooling

* Provide first-party SDKs and templates as needed by the ecosystem.
* Improve the onboarding experience for new dapps.
* Better defaults for testnet-to-mainnet workflows.

## Security

* Run continuous bug bounty.
* Cycle additional audits as components evolve.
* Publish more transparent risk dashboards.

## Documentation

* Keep this site updated with every meaningful change.
* Add postmortems and lessons learned where applicable.
* Continue refining clarity and accessibility.

## What is not promised here

This page describes intent. It does not commit Vellum to specific timelines or to any particular implementation. The roadmap will be updated as priorities and conditions change.

## Related pages

* [Testnet](/roadmap/testnet.md)
* [Mainnet](/roadmap/mainnet.md)
* [Governance Overview](/governance/governance-overview.md)
* [Changelog](/reference/changelog.md)


---

# Agent Instructions: 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.vellum.foundation/roadmap/future-work.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.
