📃Integration contract
Learn more about your integration contract along with the choice of receipt tokens available to you.
Introduction
The integration contract will be deployed by Kiln, but then owned and operated by our partner. This provides partners with complete control over the user experience and the staking product being distributed to their end users.
What can be configured in the contract?
Partners can do the following:
Token definition
Users receive a receipt token representing their staked position. Partners must decide on the token type upfront (soulbound or liquid), as it cannot be set or changed later. Kiln deploys the correct integration contract based on this initial decision.
Token attributes
Partners can customise the below token attributes. Both attributes will be displayed on Etherscan and ERC20 compatible interfaces:
token symbol: e.g. cbETH, cdcETH, psETH
token name: e.g. Pooled Staked ETH, Coinbase Wallet ETH
Token types
Partners need to choose the token type they wish to include in the staking product being offered to their end users.
Below is a comparison and summary of token types, highlighting differences in integration approaches, capabilities, and end-user experiences.
NOTE: Commonly, start with Native20 (non-transferrable tokens). Consider an optional upgrade to Liquid20 later; connect with us for details on the upgrade path and associated considerations.
Native20
contract expose the exact same view methods as
Liquid20C
without the
transfer
andapprove
methods. It looks like a token, but cannot behave like one.
Liquid20A
an
ERC20
rebase token.the quantity of tokens held in the users wallet will increase each time rewards are distributed. Rebase tokens maintain a fixed exchange rate but the quantity of tokens issued increases to reflect earned rewards.
Liquid20C
standard
ERC20
tokenThe quantity of tokens held in the users wallet do not change, however their value increases each time rewards are distributed.
Contract Parameters
20 type Configuration
Last updated