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 Collateral Attributes

The attributes of a whitelisted bAsset collateral is determined by its Max LTV parameter, defined as the maximum portion of collateral value that can be borrowed. This value signals bAsset's the level of usability as Anchor collateral, where bAssets that make poor collateral (e.g. low exchange liquidity, high price volatility) are assigned low Max LTV values and vice versa. For example, providing 100 UST worth of collaterals with a Max LTV of 50% enables the user to borrow up to 50 UST.

Through the Modify Collateral Attributes poll, the Anchor community is able to adjust a bAsset collateral's Max LTV value as its properties change over time.

Parameter Name

Description

Max LTV

Maximum portion of collateral value that can be borrowed

Parameter Values

Up-To-Date

Collateral Ticker

Collateral Name

Parameter Name

Human-Readable Value

Raw Value (In Contract State)

bLUNA

Bonded Luna

Max LTV

80%

0.8

bETH

Bonded ETH

Max LTV

60%

0.6

At Protocol Genesis

Collateral Ticker

Collateral Name

Parameter Name

Human-Readable Value

Raw Value (In Contract State)

bLUNA

Bonded Luna

Max LTV

50%

0.5

Poll Format

Field

Description

Optionality

Title

Poll title

Required

Proposal Rationale

Short description of poll rationale

Required

Information Link

External URL for further information

Optional

Collateral

Ticker of collateral to modify parameter

Required

Max LTV

Proposed new Max LTV value for collateral

Required

PreviousAnchor GovernanceNextModify Market Parameters

Last updated 3 years ago

Was this helpful?