Documentation Index
Fetch the complete documentation index at: https://docs.backed.app/llms.txt
Use this file to discover all available pages before exploring further.
Runtime and Data
Backed application surfaces resolve environment-specific manifests and read state from the deployed contracts. That means the runtime has two jobs at once: it must point to the correct system, and it must present the resulting data clearly enough that humans can act on it.Runtime model
The runtime is responsible for:- selecting the active deployment,
- resolving contract addresses from that deployment,
- building read clients,
- formatting contract outputs for the application and integration surfaces.
Data model rule
The runtime can format, cache, and present state. It does not own lifecycle truth.Practical implication
When two sources disagree:- trust the deployed contract reads,
- verify the environment,
- verify the interface is pointing at the same manifest.

