Support Table
M-Addresses (Muxed)
Multiplexed addresses are the preferred way to handle deposits for pooled accounts. They encode both the destination and the user’s ID into a single string, removing the need for a separate memo field.The library automatically expands M-addresses into their base G-address and routing ID.
C-Addresses (Contracts)
If a user provides a C-address in a classic deposit flow, the library returns anINVALID_DESTINATION error. Contracts should only be used as destinations for Soroban-specific integrations.