LogoLogo
Return 🡥
  • Welcome
  • General
    • Overview
    • About AO
  • Learn
    • Concepts
      • Products Overview
      • Agents Architecture
    • User Guides
      • Setting Up a Wallet
      • Funding on AO
      • AO Tutorials
      • How to Create a Dapp
      • Whitelist for External Tokens
      • Batch Tranfers for Tokens
      • Fair Launch Process
        • Introduction to Fair Launch on AO
        • Creating a Fair Launch Process
        • Managing your Fair Launch Process
    • Research
  • Products
    • Platforms
      • Botega
        • Market Making Models
          • AMM V2
          • AMM V3
          • Orderbook
          • Fees
        • Swap Assets & Run Agents
          • How to do a simple Swap
          • Limit Orders (Agents)
          • DCA Dollar Cost Averaging (Agents)
          • Stop Loss Order (Agents)
          • My Account
        • Botega Pools
          • Create a New Pool
          • Add & Remove Liquidity on an Existing Pool
          • Managing LP Pools and Stats
        • Botega Tokenomics
          • Protocol Mechanics of the $BOTG Token
          • Earn $BOTG by Delegating Your Yield
          • FAQs
      • Dexi
        • Platform Architecture
        • Dexi Terminal
        • Agent Data-Streams Subscription
        • Create Autonomous Agents
          • 📊 Portfolio Agent
          • 🔢Agent Index
        • Subscribe to Liquidity Pools
      • CoinMaker
        • Create Coins
        • Add Liquidity and make your Asset Tradable
        • Listing your Pool on Dexi
        • Locking Liquidity
        • Updating Token Info
        • Whitelist for CoinMaker Tokens
        • Renounce Token Ownership
        • Bonding Curve
      • DataOS
    • Ecosystem Tooling
      • Ownable
      • Process Testing
      • Subscribable
      • AO Form
      • AO Teal
      • AO Link
      • Coin Burn
  • Resources
    • Media Kit
    • Links
  • Core Financial Infrastructure
    • Permanent Index (PI)
Powered by GitBook
On this page

Was this helpful?

  1. Products
  2. Ecosystem Tooling

Coin Burn

CoinBurn: Simplifying Token Burning and Tracking

CoinBurn is a streamlined utility designed to track tokens sent to a designated burner address (0000000000000000000000000000000000000000000) that are permanently removed from circulation. This tool provides a straightforward way to monitor and verify burned tokens, ensuring transparency and ease of access for users and applications.

By querying the CoinBurn interface, users can quickly determine the total amount of tokens burned for a specific asset by simply providing the contract address. This eliminates the need to sift through extensive transaction histories, saving time and simplifying the process.

While CoinBurn focuses primarily on tracking and querying burned tokens, it also offers a minimalistic frontend for burning tokens directly by sending them to the burn address.

Coinburn ProcessId: tPaIyq3VcpUdrYorOyH90aUbRo4x1Cv2S9DW-chowog

Coinburn is avaliable at the coinburn ARNS (coinburn.arweave.net)


Process ID: tPaIyq3VcpUdrYorOyH90aUbRo4x1Cv2S9DW-chowog
Use the following methods to query burn data:

Burned Balance per User

Action: getBurnedBalance
Data Retrieved: Total amount of a specific token that a user has burned.
Burn History for a Token

Action: Get-Burns
Data Retrieved: Detailed burn history for a specific token, including amounts and users.
LP Token Burn History

Action: Get-LP-Burn-History
Data Retrieved: Burn history for all Liquidity Pool (LP) tokens associated with a specific token.
Total Burned Amount for a Token

Action: Get-Total-Burned-Amount
Data Retrieved: Total amount of a specific token that has been burned by all users.
Overall Burn Statistics

Action: Info
Data Retrieved: Aggregate statistics such as total burn events and total amount burned across all tokens.
PreviousAO LinkNextMedia Kit

Last updated 5 months ago

Was this helpful?