EN
EnglishChineseFrenchSpanishRussian
  • 🐾Introduction
    • â›Šī¸Drc-20 : Introduction
      • Debunking Myths and Navigating Standards
    • 📏Drc-20 : Basis Rules
      • 💰Balance Fetching
      • 💸Balance Transfer
      • â˜‘ī¸Verify Transfers
      • 🔄Redundancies
    • đŸ—ī¸Drc-20 : Operations
      • 🚀Deploy
      • â›ī¸Mint
      • 🔰Transfer
  • 📗BEGINNER GUIDE
    • 💎How to : Find GEMS
    • âš–ī¸How to : Check your balance
    • đŸļHow to : Install DogeLabs Wallet
    • 👛How to : Create or Import your Wallet
    • 💲How to : Fund your DOGE Wallet
    • 💰How to : Buy DRC-20 Tokens
      • DRC-20.org guide
      • Doggy.market guide
    • 💸How to : Sell DRC-20 Tokens
    • â†”ī¸How to : Transfer assets (wallet to wallet)
    • đŸ”ĨHow to : Fix 99.99% of Issues
    • đŸ§¯How to : Fix the remaining 00.01% if unlucky
    • 💟Donation
  • 📕EXPERT GUIDES
    • đŸļHow to : Mint (VPS)
      • Inscription-wallet, on a VPS
        • Install PuTTY
        • Connect to Your VPS Using PuTTY
        • Setting Up the Environment
        • Minting DRC-20 Tokens Environment
        • Minting Your First DRC-20 Tokens
      • Inscription-wallet, on Windows
    • đŸšĻHow to : Verify my JSON File
    • 🐇How to : Quick Mint (∞)
      • Infinite loop version (EASY)
      • Infinite loop version (MEDIUM)
  • 📘RESSOURCES
    • đŸĒ›Node : Command list
    • 🌐External : Links
  • OTHERS
    • 👋Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. Introduction
  2. Drc-20 : Operations

Transfer

PreviousMintNextHow to : Find GEMS

Was this helpful?

Be Careful: If you're using an inscription service, exercise additional caution. Some tools might inscribe the token to their own address first and then forward it to you. However, if the intermediate inscription service's address doesn't have a balance, the transfer function is wasted. It's like playing fetch with a ball that gets lost in the bushes. Additionally, some ordinal wallets generate a different address each time.

Make sure to send to the address that holds the balance, similar to making sure your Shiba Inu is where you're throwing the ball.

{ 
  "p": "drc-20",
  "op": "transfer",
  "tick": "woof",
  "amt": "100"
}
Key
Required?
Description

p

Yes

Protocol: Helps other systems identify and process drc-20 events.

op

Yes

Operation: Type of event (Deploy, Mint, Transfer).

tick

Yes

Ticker: 4 letter identifier of the drc-20.

amt

Yes

Amount to transfer: States the amount of the drc-20 to transfer.

You can use this service to check your json file before minting your tokens.

🐾
đŸ—ī¸
🔰
https://jsonlint.com/