Deep Link Vaulting
Last updated
Last updated
This URL format allows you to pre-fill the "Create Vault" form on the Emblem Finance website with specific values.
https://emblem.finance/create?to=<Ethereum_Address>
&title=<Title>
&description=<Vault_Description>
&image=<Image_URL>
to
: The Ethereum address to which the vault will be sent (required)
title
: The title of the vault (required)
description
: A brief description of the vault (optional)
image
: The URL of an image to be displayed on the form (optional)
Note: All parameters should be URL-encoded.
Example URL
The image parameter can use the optional image scaler service hosted at https://image-scaler.vercel.app/image?url=
to automatically scale tiny images. To use this service, pass the original image URL as a URL-encoded parameter to the image scaler.
Specifying Image Width
To specify the width of the image, add the &size=<Width>
parameter to the image scaler URL, where <Width>
is the desired width in pixels.
Example:
&image=https%3A%2F%2Fimage-scaler.vercel.app%2Fimage%3Furl%3Dhttps%3A%2F%2Flitecoin.earlyordies.com%2Fcontent%2Ff2b6adf7b2d0f128fb14817ff37f5f36e9176b17571e20c49871875553f937b4i0&size=400