Valence describes an application server pattern: HTTP routes, optional plugins, and integration with the chain through the same public APIs a browser would use. Lineage’s current product packaging may rename or split these pieces; this section keeps the architectural outline.
When to use it
You might run Valence-style software when you need a first-party API for your dapp, rate limits, auth, or colocated indexing — while still ultimately submitting transactions to the public mempool and reading from storage.
Sub-pages
Verify port numbers, process names, and feature flags in the repository for your release.