Skip to content

@superfluid:token

Resolve a SuperToken from the Superfluid token list: by SuperToken symbol (USDCx), or by underlying token address (the USDC address returns USDCx).

Returns: address

@superfluid:token(symbolOrUnderlying)
NameTypeDescription
symbolOrUnderlyingsupertokenSuperToken symbol, or the underlying token's address
# Resolve USDCx from the USDC address and print both
set $usdcx @superfluid:token(0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83)
print "USDCx:" $usdcx