# Security Audits

[Babel.fi](http://Babel.fi) designs are architected and forked based on Liquity project on Ethereum with small changes of smart contract coding. View the Security Audits of Liquity:

[**Trail of Bits Security Assessment**](https://github.com/trailofbits/publications/blob/master/reviews/Liquity.pdf) January 2021

[**Audit by Coinspect**](https://www.coinspect.com/liquity-audit/) March 2021

### Liquity Resources

Liquity Official Website: <https://liquity.org/>

Liquity Docs.: <https://docs.liquity.org/>

## BABEL and Liquity contract comparison

BABEL designs are architected and forked based on Liquity protocol. BABEL runs on Binance Mainnet, two systems have different collateral. We modified some system variables for lowering the threshold to allow more users to participate and benefit from BABEL.

In our protocol, LAI works as stablecoin(same as LUSD in Liquity), BABLE has the same functionalities as LQTY in Liquity.

Liquity repo: <https://github.com/liquity/dev>

Babel repo: <https://github.com/babelfi/babel>

1.Modified `_NAME`(LUSD Stablecoin -> LAI Stablecoin) and `_SYMBOL`(LUSD -> LAI) in LUSDToken.sol.

![](/files/-MZBLxMmuBtplSQ5gQ31)

2.Modified `_NAME`(LQTY -> BABEL) and `_SYMBOL`(LQTY -> BABEL) in LQTYToken.so

![](/files/-MZBMD_DCstUsKYKJ86A)

3.Modified `LUSD_GAS_COMPENSATION` from 200 to 20 in LiquityBase.sol, lowered preserved amount to 20.

4.Modified `MIN_NET_DEBT` from 1800 to 180 in LiquityBase.sol, lowered net debt to 180. Borrowers need to maintain their total debt to at least 180 + 20 =200

![](/files/-MZBMJoDKnvirTgbB-Cr)

#### 5.Adjust LQTY allocations

Liquity:

* Bounty address preserves 200W unlocked amount
* StabilityPool 3200W rewards depositors and frontends which halved unlocked and release each year.
* LUSD/ETH LP mining reward pool 133W, released in 6 weeks
* multisign address preserves 6467W

BABEL:

* Bounty address preserves 388W unlocked amount, 133W rewards BABEL/BNB LP mining reward pool. 50W for airdrops.
* Stability Pool 3200W rewards depositors and frontends which halved unlocked and release each year.
* LAI/BNB LP mining reward pool 133W, released in 6 weeks
* multisign address preserves 6279W

![](/files/-MZBMRoEF5lvSaiwPn3P)

6.Allows multisign address transfer BABEL to zero address to burn

![](/files/-MZBMYlA2FFlmeRxaRZX)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://babelfi.gitbook.io/babel-fi/security-audits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
