Port Finance
  • 📊Introduction to Port Finance
  • 📖Deposit and withdrawal
  • 📖Borrow
  • 💱Variable Rate Lending
    • Terminologies
    • Protocol Math
    • Risks & Parameters
    • Fees
    • Interest Rate Curve
    • Liquidation
  • 💰Fixed Rate Lending
    • Principal Tokens and Yield Tokens
    • Arbitrage Opportunities
    • Principal Token Trading Venues
  • 🔐Security
    • Bug Bounty
  • 👨‍💻Developers
    • Developer Resources
    • Interacting with Port Finance via Rust
  • 🪙Tokenomics
    • Tokenomics
  • 🔗Community Links
    • Community Links
Powered by GitBook
On this page

Was this helpful?

  1. Variable Rate Lending

Protocol Math

The Port Finance protocol represents the number as mantissa, an unsigned integer divided by 10 ^ 18. That is the raw representation of 1 is actually 1 * 10 ^ (-18). All the calculation that is related to deposit, withdraw, borrow and repay is calculated using this system.

PreviousTerminologiesNextRisks & Parameters

Last updated 3 years ago

Was this helpful?

💱