🔰Transfer

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"
}
KeyRequired?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/