Creating a Portfolio with Para
1
Get the Message to Sign
Fetch the data to be signed by calling the
https://api.glider.fi/v1/portfolio/create/signature
endpoint.2
Sign the Message
Sign the payload using the owner’s wallet. The Para SDK, using the Viem integration, can be used to sign the message like so:
para.js
Funding a Portfolio with Para
Funding a portfolio is done by sending funds to a portfolio’s vault address.1
Get the Portfolio's Vault Address
Fetch the portfolio’s vault address by calling the
https://api.glider.fi/v1/portfolio/{portfolioId}
endpoint.2
Send Funds to the Portfolio's Vault
The Para SDK and the Para-Viem client can be used to send funds to the vault.