Skip to content

Commit cf6ebd9

Browse files
feat(docs): expand FDC Key Features list
1 parent 5c2a28b commit cf6ebd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/fdc/1-overview.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ It allows users to submit attested data that smart contracts can trust, eliminat
2323
- **Easy Offchain Accessibility**: Data providers serve attestation responses and Merkle proofs offchain through a Data Availability (DA) Layer, ensuring efficient data retrieval.
2424
- **Proof-Based Verification**: Smart contracts validate Merkle proofs against the stored Merkle root, ensuring only authentic data triggers contract actions.
2525
- **Extensible Attestation Types**: New attestation types and data sources can be added through provider consensus, ensuring adaptability.
26+
- **Current State**: A proof can only be constructed for current states (transactions, API responses...), where a current state is a state no older than 14 days.
27+
- **Proof Availability**: Once the proof is constructed it remains available indefinitely.
28+
- **Security**: Although bitvoting information is public, it is insufficient to construct the Merkle proof without doing the verification work.
2629

2730
## Architecture
2831

0 commit comments

Comments
 (0)