Comment on page
Constructing Links to The Superfluid Dashboard
Generating pre-filled dashboard links for your users
If you want to send a payment request using the Superfluid Dashboard, you can do so by tweaking the URL parameters
If you're interested in sending someone else a prefilled Send Stream link, here's how:
A fully-filled send stream link looks as follows:
<https://app.superfluid.finance/send?network=polygon&receiver=0x7BDa037dFdf9CD9Ad261D27f489924aebbcE71Ac&token=0x263026e7e53dbfdce5ae55ade22493f828922965&flow-rate=250/minute>
You may tweak the parameters as follows:
network
: The intended network of the stream to be created. Examples: gnosis
, polygon
, polygon-mumbai
, avalanche-fuji
, optimism
, arbitrum-one
, avalanche
, bsc
, goerli
receiver
: The hex address of the intended recipient of the stream to be created.token
: The hex address of the Super Token to be used for the stream. You can find Super Token addresses in the Superfluid Console.flow-rate
: The flow rate of the intended stream, number/frequency
e.g. 1/second
, 1000/month
, 120000/year
sender-receiver-tokenaddress-StreamRevision.revisionIndex
txhash-logindex
Instructions for a prefilled link to Swap and Bridge in the Superfluid Dashboard
<https://app.superfluid.finance/bridge?fromChain=137&toChain=10&fromToken=0xCAa7349CEA390F89641fe306D93591f87595dc1F&toToken=0x7f5c764cbc14f9669b88837ca1490cca17c31607&fromAmount=100>
You may tweak the parameters as follows:
fromChain
: The chainId of the source chain. e.g. 137
for PolygontoChain
: The chainId of the destination chain. e.g. 10
for OptimismfromToken
: The token hex address of the source tokentoToken
: The token hex address of the destination tokenfromAmount
: The amount of tokens to be swappedLast modified 1yr ago