TAI
  • How does TAI work?
    • Overview
    • Supported Collaterals
    • Liquidations and Auctions
    • Tokenomics
    • Governance
      • Goverance Process
      • Governance Parameters
    • Rewards
    • Audits
  • TAI Protocol: In-depth
    • Contracts
      • System Contracts
        • Core Module
          • SAFE Engine
          • Liquidation Engine
          • Accounting Engine
        • Auction Module
          • Increasing Discount Collateral Auction House
          • Debt Auction House
          • Surplus Auction House
        • Oracle Module
          • Oracle Relayer
          • Medianizer
            • DSValue
            • Governance Led Median
            • Chainlink Median
          • FSM
            • Oracle Security Module
        • Token Module
          • Token Adapters
          • System Coin: TAI
          • Protocol Token: RATE
          • Protocol Token Authority
        • Money Market Module
          • Tax Collector
        • Sustainability Module
          • Stability Fee Treasury
          • FSM Wrapper
          • Increasing Treasury Reimbursement
          • Mandatory Fixed Treasury Reimbursement
        • Automation Module
          • Collateral Auction Throttler
          • Single Spot Debt Ceiling Setter
          • ESM Threshold Setter
        • Governance Module
          • DSPause
        • Shutdown Module
          • Global Settlement
          • ESM
      • Proxy Infrastructure
        • DSProxy
        • Proxy Registry
      • Helper Contracts
        • SAFE Manager
      • Contract Addresses
    • Data APIs
      • API Endpoints
Powered by GitBook
On this page
  1. How does TAI work?

Audits

PreviousRewardsNextTAI Protocol: In-depth

Last updated 1 year ago

TAI is a fork of Reflexer's RAI, which has been audited by and . Anyone can verify TAI is a fork of RAI, as all are verified on Etherscan.

The changes made to the RAI code are extremely minimal, as RAI already had multi-collateral support.

Core Code Changes from RAI

1) Add debt rewards

Keep track of when debt is minted or repaid in the Safe Engine so debt rewards can be paid.

2) Collateral auction improvements

Decrease minimum discount collateral can be sold for at auction, improving user experience of liquidated safes.

Remove caching of the redemption price in the collateral auction contract.

OpenZeppelin
Quantstamp
TAI contracts