A 
transaction is the basic unit of activity on the blockchain — every time you send ASTRO, interact with a contract, or mint a Martian.ID, you're creating a transaction.
          A 
token transfer happens inside a transaction. It's an event emitted by a smart contract to record the movement of tokens like ORB, MMIO, or others.
          
          
Example: If you send 100 ORB to a friend:
          
            - You initiate 1 transaction to the ORB contract
 
            - The ORB contract emits 1 token transfer event inside that transaction
 
          
          
          So you’ll see the same event appear under 
both tabs in the explorer:
          
            - 💥 In “Recent Transactions” (the action)
 
            - 🪙 In “Token Transfers” (the token movement)