Agent documentation index: llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Skip to main content

FCC Reference

Flare Confidential Compute (FCC) is the Trusted Execution Environment (TEE) protocol on Flare. On-chain it is one EIP-2535 diamond, FlareTeeManager.

Call the diamond at the FlareTeeManager address. IFlareTeeManager is the aggregate interface for that address.

This reference documents five of the facet ABIs it inherits:

It also documents ITeeCommonErrors — shared custom errors inherited by the diamond ABI and several facets.

Facet interfaces are compile-time views of the same diamond — they have no extra deployment.

info

FCC smart contracts are available on Coston2 and Coston today. They will be available on other Flare networks soon. Resolve FlareTeeManager at runtime through the FlareContractRegistry rather than hardcoding addresses once deployed on mainnet.

Deployed Contracts

ContractAddress
FlareTeeManager

Interfaces