Clarity theorytheory 0/50 · 0%
Tokens · medium

29. STX Transfers

Sending the native Stacks token.

The native token of Stacks is STX. Contracts move STX using `stx-transfer?`, which requires the sender to be `tx-sender` or the contract itself (via `as-contract`).

Check your understanding

  1. 1. What is the function to send STX?