▶️Requirements

Interchain Accounts

The primary technical requirement for a chain to be onboarded on the Quicksilver Protocol is to enable ICA as a host zone, with the following msg types:

/cosmos.bank.v1beta1.MsgSend",
"/cosmos.bank.v1beta1.MsgMultiSend",
"/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
"/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
"/cosmos.gov.v1beta1.MsgVote",
"/cosmos.gov.v1beta1.MsgVoteWeighted",
"/cosmos.staking.v1beta1.MsgDelegate",
"/cosmos.staking.v1beta1.MsgUndelegate",
"/cosmos.staking.v1beta1.MsgBeginRedelegate",
"/ibc.applications.transfer.v1.MsgTransfer”,

IBC-Go versions

IBC-go version v3.3.0 or above is required.

Liquidity Staking Module

Although not a hard dependency, it is strongly recommended to enable the Liquidity Staking Module on the chain as well, as this will allow for delegations to be liquid staked without the need for unbonding, thus providing better security for the network and a more frictionless UX for token holders.

Last updated