effect_forward
Forward policies convert and send channel deposits to the target asset and recipient. If no conversion is needed, the policy simply transfers the deposit to the recipient.
Here is the a forward policy definition
{
"effect": "effect_forward",
"scope": "<channel id>",
"condition": "<PCL predicate>",
"forward": {
"network": "network to send payout on",
"asset": "stablecoin to payout in",
"recipient": "address to send payout to",
}
}
What happens when your forward?
Swivell evaluates billions of possibilities to find the most efficient way to convert the deposit into your desired stablecoin. Swivell does this without any third parties, minimizing your risk and eliminating third-party fees.
Updated 5 days ago