Skip to content

Commit 1a38553

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/fdc/1-overview.mdx

Lines changed: 5 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

@@ -71,6 +74,8 @@ FDC currently supports seven attestation types, each serving specific verificati
7174

7275
The first three attestation types are the most generally useful, while the last three are primarily used in **FAssets**.
7376

77+
78+
7479
## Workflow Overview
7580

7681
For all attestation types, the workflow follows the same general steps.

0 commit comments

Comments
 (0)