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?

Architecture

PreviousBasic ConceptsNextArchitectural Design

Last updated 5 months ago

Was this helpful?

Roles

  • User:An external user of the system, typically interacts with the system by creating an Agent.

  • Agent:A process running on the AO network, created by the User according to their personal objectives.

  • Note:A standardized data model representing a financial order, implemented as a non-fungible token.

  • Settlement:A process responsible for receiving and processing Notes submitted by Agents and fufilling their intents.