FusionFi Protocol Docs
English
English
  • Overview
  • Basic Concepts
  • Architecture
    • Architectural Design
  • Architectural Roles
    • User
    • Agent
      • Agent Core Functions
      • Agent Application Scenarios
      • Agent Types
      • Conclusion
    • Note
      • Note Schema
      • Note Functions
      • Note Lifecycle
      • Note Application Scenarios
      • Conclusion
    • Settlement
      • Settlement Functions
      • Settlement Types
      • Conclusion
  • Development
    • Agent Blueprints
      • Basic Blueprint
        • Zero-Capital Arbitrage Agent
      • OrderBook Blueprint
      • AMM Blueprint
        • Custom Market-Making Algorithm
    • Use Case
      • Prepare
      • Basic Agent
      • OrderBook Agent
      • AMM Agent
    • JS-SDK
      • Basic Blueprint
      • OrderBook Blueprint
      • AMM Blueprint
  • resource
    • Links
Powered by GitBook
On this page

Was this helpful?

  1. Architectural Roles
  2. Settlement

Settlement Functions

Receive Note

  • The Settlement process reads transaction information from all Notes submitted by the Agent to ensure compliance with settlement rules and conditions.

Execute settlement

  • After receiving the Note, Settlement will execute actual operations according to the defined rules, such as asset transfer, collateral release, or profit distribution.

PreviousSettlementNextSettlement Types

Last updated 5 months ago

Was this helpful?