Liquid Finance
  • Project Overview and Mission
    • Why Tokenize Assets?
    • Liquid's Vision
  • For Institutional Investors
    • Market Opportunity and Competitive Edgetor
      • Key Advantages
      • Market-Making and Liquidity
    • Compliance and Legal Framework
      • Jurisdictional Legal Wrappers
      • KYC/AML and Investor Accreditation
      • Regulatory Engagement
      • Audits and Security Compliance
      • Transparency and Reporting:
      • Commitment
    • Liquid Finance Token ($LIFI)
      • Fee Reduction
      • Staking and Yield
        • Network Security / Participation
        • Incentivizing Engagement
      • Marketplace and Liquidity Incentives
        • Boosting Listings
        • Liquidity Minting
        • Trading Fee Rewards
      • Governance
      • LiquidChain Native Token
      • Supply and Emissions
      • Value Proposition for Investors
      • Summary
  • For Developers
    • Technical Architecture Overview
      • Solana Blockchain
      • Node.js Backend
      • Supabase (PostgreSQL) Database
      • AI-Powered Bot
      • KYC/AML Integration (Civic & Sumsub)
      • Documint (Legal Document Generation)
      • Decentralized Storage (IPFS/Arweave)
    • Architecture Summary
    • Smart Contracts Documentation
    • Developer API and Integration
      • Asset Tokenization API
      • User Management and KYC API
      • Marketplace API
      • Bot Triggers and Webhooks
      • Supabase Integration
      • Interacting with Solana Programs
  • For General Users (Asset Owners & Investors)
    • Getting Started with Liquid
    • Fees, Costs and Staking Benefits for Users
    • The Liquid Vault (User Dashboard) – MVP Walkthrough
    • Staking & Rewards
  • Roadmap and Future Plans
    • Q2 2025 – Launch and MVP Expansion
    • Q3–Q4 2025 – Growth and Feature Development
    • 2026 – LiquidChain and Decentralization
    • Late 2026 and Beyond – Scaling to New Horizons
    • Summary of Roadmap Highlights
  • SOCIALS
    • Social Links
Powered by GitBook
On this page
  1. For Developers
  2. Developer API and Integration

Bot Triggers and Webhooks

Supported Webhooks:

  • KYC Completion Webhook: Fires when a user’s KYC status is updated (approved or rejected), allowing partner systems to unlock functionality for verified users.

  • Tokenization Complete Webhook: Fires when an asset token has been successfully minted, providing:

    • The new token’s mint address

    • The linked metadata URI

    • Status confirmation for external apps to update their systems.

  • Trade Execution Webhook: Fires when a trade or order is successfully executed on the marketplace. Useful for:

    • Updating investor dashboards

    • Triggering settlement processes

    • Logging transaction records externally.


This webhook system enables asynchronous integration styles — for example:

  • Your app can request an asset tokenization,

  • Then wait for Liquid to call back with the finished token details,

  • Without needing to constantly poll the API for updates.

This improves scalability, user experience, and system efficiency for partner integrations.

PreviousMarketplace APINextSupabase Integration

Last updated 14 days ago

Page cover image