Dolphin.fm
  • 🐬Overview
    • Introduction
    • Background
    • The Vision
    • Roadmap
    • Core Components
  • 🌊Product Manual
    • Stage 1: Knowledge Discovery Trading Engine
    • Onboarding Wizard
    • Knowledge Discovery Trading Engine(KDTE)
    • One-Click Trading
    • One-Click Investment
      • Dual Investment with Downside Protection
      • Single Asset Yield Farming with Impermanent Loss Protection
    • Stage 2: Agent Engine and Ecosystem
  • 💡Technology
    • System Architecture
      • Online Service
      • Knowledge Service
      • AI Infrastructure
      • AI Agent Infrastructure
    • Large-Language-Model Specialized in Investing
      • Domain Knowledge
      • Tabular Understanding
    • Quantitative and Machine Learning Models
      • Main Strategy for Hedging Impermanent Loss
      • Time Selection and Loss & Rebalance Strategy
      • Volatility Predictions
  • 💎TOKENOMICS
    • Introduction to $DOLFM
    • $DOLFM Token Utilities
    • Quantitative Token Self-regulating Mechanism
      • Buyback & Burn Mechanism
      • Revenue-based Minting Algorithm
      • veToken Model
Powered by GitBook
On this page
  1. Technology
  2. System Architecture

Online Service

PreviousSystem ArchitectureNextKnowledge Service

Last updated 10 months ago

The user interacts with the agent service to provide recommendations.

The agent service will interact with the following services:

  • An online market data service that aggregates market insights from exchanges and blockchains.

  • A knowledge service that will provide up-to-date domain knowledge.

  • A model service that will serve LLMs, fine-tuned or specialized models.

  • A trading service that will execute trading requests and save order history.

  • A wallet service that will interact with user wallets.

  • A user feature service that will serve user features for customized recommendations.

💡