🥩Staking Interactions

This page provides an overview of the various contract interactions when staking.

The examples below when calling smart contract functions (e.g. stake()) are done using cast,a cli tool, only as an illustration of how the transactions or view calls should be performed.

All of the contract calls below are for: Liquid20C, Liquid20A & Native20 contracts

Getting started

Integrating Kiln into native workflow will require a mix of smart contract calls and TheGraph queries:

  • Smart contract

    • Our smart contract ABI's can be found here and the contract address will be provided by Kiln once it is deployed.

  • The Graph

    • Use the credentials provided by Kiln if using the public instance, or your own credentials if you are hosting your own instance.

Summary of all available actions

Last updated