Welcome to StaFiHub
  • StaFiHub Introduction
    • Tokenomics
  • Chain
    • Getting started
      • Introduction
      • Install
      • Join The Mainnet
      • Join The Public Testnet
      • Validator FAQ
    • Concepts
      • General Concepts
      • rToken Concepts
      • Genesis Parameters
    • Cli Client
      • Introduction
      • Bank
      • Debug
      • Keys
      • Gov
      • Ledger
      • rBank
      • Relayers
      • rVote
      • Staking
    • gRPC, REST, and Tendermint Endpoints
    • Resources
      • StaFiHub Validator Program
  • rToken
    • Integrate rToken
      • Integrating with Interchain Accounts
      • Integrating with Multisig Accounts
      • Integrate into rToken App
    • Delegation Algorithm
    • Liquidity Grant Program
    • rATOM Migration
  • User
    • Join Public Testnet
      • Testing Guide
    • User Guide
      • rToken Dapp Guide
      • Get FIS Token on StaFiHub
      • Claim Airdropped FIS Token
      • How to get a StaFiHub Address
      • rPool Guide For MintDrop Programs
      • rATOM V1 Migration
      • StaFiHub rBridge Guide
      • IBC Transfer With Keplr Wallet
      • Swap ICS20 FIS to ERC20 FIS
    • FAQ
Powered by GitBook
On this page
  • Way to Stake/Unstake rToken
  • Available Query Commands
  • stafihubd query ledger account-unbond
  • stafihubd query ledger bond-record
  • stafihubd query ledger bonded-pools
  • stafihubd query ledger chain-era
  • stafihubd query ledger era-exchange-rate
  • stafihubd query ledger era-exchange-rates
  • stafihubd query ledger era-unbond-limit
  • stafihubd query ledger exchange-rate
  • stafihubd query ledger exchange-rate-list
  • stafihubd query ledger pool-detail
  • stafihubd query ledger pool-unbond
  • stafihubd query ledger protocol-fee-receiver
  • stafihubd query ledger relay-fee-receiver
  • stafihubd query ledger staking-reward-commission
  • stafihubd query ledger total-protocol-fee
  • stafihubd query ledger unbond-commission
  • stafihubd query ledger unbond-relay-fee
  • Useful Tx Commands
  • stafihubd tx ledger liquidity-unbond
  1. Chain
  2. Cli Client

Ledger

Ledger module allow users to liquidity stake/unstake rTokens and rToken relayers to send proposals.

Way to Stake/Unstake rToken

  • Stake: Take rATOM as an example, only a common transfer on Cosmos Hub is needed to get rATOM. By sending an amount of ATOM to the given pool accounts of rATOM, rToken relayers will receive the corresponding event and send an execute-bond-proposal to StafiHub which will mint rATOM for the from account.

  • Unstake: liquidity-unbond is the rpc interface for rToken holders to redeem their origin tokens.

Available Query Commands

Name
Description

Query AccountUnbond

Query BondRecord

Query bonded-pools

Query getChainEra

Query EraExchangeRate by a given denom and era

Query EraExchangeRatesByDenom

Query getEraUnbondLimit

Show ExchangeRate for a given denom

List all ExchangeRate

Query subaccounts and threshold of a pool

Query unbonds by a given pool

Query protocol fee receiver

Query relay fee receiver

Query staking reward commission

Query total protocol fee

Query getUnbondCommission

Query getUnbondRelayFee

stafihubd query ledger account-unbond

stafihubd query ledger account-unbond [denom] [unbonder] [flags]

stafihubd query ledger bond-record

stafihubd query ledger bond-record [denom] [txhash] [flags]

stafihubd query ledger bonded-pools

stafihubd query ledger bonded-pools [denom] [flags]

stafihubd query ledger chain-era

stafihubd query ledger chain-era [denom] [flags]

stafihubd query ledger era-exchange-rate

stafihubd query ledger era-exchange-rate [denom] [era] [flags]

stafihubd query ledger era-exchange-rates

stafihubd query ledger era-exchange-rates [denom] [flags]

stafihubd query ledger era-unbond-limit

stafihubd query ledger era-unbond-limit [denom] [flags]

stafihubd query ledger exchange-rate

stafihubd query ledger exchange-rate [denom] [flags]

stafihubd query ledger exchange-rate-list

stafihubd query ledger exchange-rate-list [flags]

stafihubd query ledger pool-detail

stafihubd query ledger pool-detail [denom] [pool] [flags]

stafihubd query ledger pool-unbond

stafihubd query ledger pool-unbond [denom] [pool] [era] [flags]

stafihubd query ledger protocol-fee-receiver

stafihubd query ledger protocol-fee-receiver [flags]

stafihubd query ledger relay-fee-receiver

stafihubd query ledger relay-fee-receiver [denom] [flags]

stafihubd query ledger staking-reward-commission

stafihubd query ledger staking-reward-commission [denom] [flags]

stafihubd query ledger total-protocol-fee

stafihubd query ledger total-protocol-fee [flags]

stafihubd query ledger unbond-commission

stafihubd query ledger unbond-commission [denom] [flags]

stafihubd query ledger unbond-relay-fee

stafihubd query ledger unbond-relay-fee [denom] [flags]

Useful Tx Commands

Name
Description

redeem rToken

stafihubd tx ledger liquidity-unbond

stafihubd tx ledger liquidity-unbond [pool] [value] [recipient] [flags]
PreviousGovNextrBank

Last updated 3 years ago

account-unbond
bond-record
bonded-pools
chain-era
era-exchange-rate
era-exchange-rates
era-unbond-limit
exchange-rate
exchange-rate-list
pool-detail
pool-unbond
protocol-fee-receiver
relay-fee-receiver
staking-reward-commission
total-protocol-fee
unbond-commission
unbond-relay-fee
liquidity-unbond