Every action in SpaceX Colony can be executed directly through the Solana blockchain.
For example, a player who wants to create a clan called TITANS simply sends a nearly-free Solana transaction with:
Memo: CREATE_CLAN
The game reads the blockchain, detects the action, and instantly creates the clan.
The same approach can be used for joining clans, leaving clans, declaring wars, voting, upgrading buildings, and countless other actions.
Instead of relying on accounts, forms, databases, or centralized servers, the blockchain itself becomes the game's action layer.
The transaction costs only a fraction of a cent, but its real purpose is not payment — it is communicating game actions in a fully on-chain way.