Anchor Protocol
  • Home
  • Security
  • Protocol
    • Overview
    • Bonded Assets (bAssets)
      • Bonded Luna (bLuna)
      • Bonded ETH (bETH)
    • Money Market
      • Deposit Rate Subsidization
    • Loan Liquidation
    • Anchor Token (ANC)
    • Anchor Governance
      • Modify Collateral Attributes
      • Modify Market Parameters
      • Modify Liquidation Parameters
      • Modify ANC Parameters
      • Modify Governance Parameters
      • Modify Borrow Interest
      • Modify ANC Distribution
      • Community Grants
      • Text Proposal
  • User Guide
    • Interchain Transfers
    • WebApp
      • EARN
      • BORROW
      • bASSET [bLUNA]
      • bASSET [bETH]
      • GOVERN
        • ANC - UST LP Staking
        • Anchor Governance Staking
        • Claiming ANC Rewards
        • Creating and voting on proposals
  • EthAnchor
    • EthAnchor
    • EthAnchor Contracts
      • Deployed Contracts
      • Router
      • ConversionPool
      • ExchangeRateFeeder
    • Fees
  • Developers - Earn
    • Anchor Earn SDK
    • Example Usage
    • Appendix
  • xAnchor
    • xAnchor
    • xAnchor Contracts
    • xAnchor Bridge (EVM Chains)
    • xAnchor Terra-side Contracts
      • xAnchor Core
      • xAnchor Wormhole Bridge
      • Address Proxy
  • Developers - Terra
    • Anchor.js
    • AnchorCLI
  • Smart Contracts
    • Deployed Contracts
    • bLuna
      • Hub
      • Reward
      • Rewards Dispatcher
      • Validators Registry
      • Airdrop Registry
      • Tokens: bLuna and stLuna
    • bETH
      • Reward
      • Token
      • Converter
    • Money Market
      • Overseer
      • Market
      • Custody [bLUNA]
      • Custody [bETH]
      • Interest Model
      • Distribution Model
      • Oracle
    • Liquidation
      • Liquidation Contract
      • Liquidation Queue Contract
    • Anchor Token (ANC)
      • Gov
      • Staking
      • Community
      • Collector
      • Distributor
  • Developers - Ethereum [Legacy]
    • EthAnchor
    • EthAnchor Account Contract
    • EthAnchor API
      • Getting Market Information
      • Depositing Stablecoins
      • Redeeming Stablecoins
    • Fees
  • External Resources
    • Anchor WebApp
    • Anchor Protocol GitHub
    • Terra Blockchain
Powered by GitBook
On this page
  • Parameter Values
  • Up-To-Date
  • At Protocol Genesis
  • Poll Format

Was this helpful?

  1. Protocol
  2. Anchor Governance

Modify Borrow Interest

The Modify Borrow Interest poll type allows users to create polls that update borrow-interest-related parameters.

The Base Borrow Rate is the minimum base interest rate that is applied to borrows. The borrow rate proportionally increases as the utilization ratio increases, with a multiplier of Interest Multiplier.

Parameter Name

Description

Base Borrow Rate

Minimum annualized borrow interest

Interest Multiplier

Multiplier between market utilization ratio and annual borrow interest

Parameter Values

Up-To-Date

Parameter Name

Human-Readable Value

Raw Value (In Contract State)

Base Borrow Rate

2% APR

0.000000004076272770 (per-block rate)

Interest Multiplier

0.42 (annualized value)

0.000000085601728176

At Protocol Genesis

Parameter Name

Human-Readable Value

Raw Value (In Contract State)

Base Borrow Rate

2% APR

0.000000004076272770 (per-block rate)

Interest Multiplier

0.42 (annualized value)

0.000000085601728176

Poll Format

Field

Description

Optionality

Title

Poll title

Required

Proposal Rationale

Short description of poll rationale

Required

External Link

External URL for further information

Optional

Base Borrow Rate

Proposed minimum annualized borrow interest

Optional

Interest Multiplier

Proposed multiplier between market utilization ratio and annual borrow interest

Optional

PreviousModify Governance ParametersNextModify ANC Distribution

Last updated 3 years ago

Was this helpful?