Credit Coop
  • About Us
    • Introduction
    • Get in Touch
  • ⚙️About Our Products
    • Secured Line of Credit
      • Line of Credit Features (v1)
        • Cash Flow Financing
        • Deploying a Secured Line of Credit
        • Core Lending Functionality
        • Revenue-Based Lending Operations
        • Collateral Operations
        • Credit Events
    • The Spigot
      • Key features of the Spigot
      • Spigot Roles
        • Owner
        • Operator
  • ⚙️User Documentation
    • User Documentation (v1)
    • User Documentation (v2)
  • ⚙️DEVELOPER MATERIAL
    • Introduction
    • Deployed Contracts
    • V1 Developer Material
      • Architecture (v1)
      • Functions and Methods
        • LineOfCredit.sol
        • Oracle.sol
        • Spigot.sol
        • SpigotedLine.sol
        • Escrow.sol
        • EscrowedLine.sol
        • SecuredLine.sol
        • LineFactory.sol
        • Libraries
        • InterestRateCredit.sol
          • Accrued Interest Calculation
          • 'Interest Accrued' contract flow
        • Advanced Jargon
      • Repaying Debt - Function View
      • Valuation Oracle
      • Arbiter Role (v1)
        • liquidate() and declareInsolvent()
        • Spigot related functions
        • enableCollateral()
      • Edge Cases and Risk Situations
      • Security Audits
  • 💼Legal
    • Important Legal Notice
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • addSpigot()
  • updateWhitelist()
  • releaseSpigot()

Was this helpful?

  1. DEVELOPER MATERIAL
  2. V1 Developer Material
  3. Arbiter Role (v1)

Spigot related functions

The Arbiter role has privileged access rights to the following functions

addSpigot()

The Arbiter can add a second or further Revenue Contracts to a Line of Credit that has already been deployed.

updateWhitelist()

The Arbiter can allow the Borrower to call certain functions on their protocol contracts for maintenance.

releaseSpigot()

Transfers ownership of the entire Spigot from the Line of Credit to the Arbiter if the Line of Credit is liquidatable.

Previousliquidate() and declareInsolvent()NextenableCollateral()

Last updated 9 months ago

Was this helpful?

⚙️