Documentation
    Preparing search index...

    Type Alias PoolStats

    Pool statistics and metrics

    type PoolStats = {
        averageUtilization: number;
        borrowFee: number;
        borrowFeeAddress: string;
        interactionUserAmount: number;
        maxApy: number;
        totalBorrowUsd: number;
        tvl: number;
        userAmount: number;
    }
    Index

    Properties

    averageUtilization: number

    Average utilization rate

    borrowFee: number

    Borrow fee percentage

    borrowFeeAddress: string

    Borrow fee collection address

    interactionUserAmount: number

    Number of active users

    maxApy: number

    Maximum APY

    totalBorrowUsd: number

    Total borrow in USD

    tvl: number

    Total value locked

    userAmount: number

    Number of users