> For the complete documentation index, see [llms.txt](https://docs.feg.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feg.io/resources/archive/curent-addresses/secure-liquidity.md).

# Secure Liquidity

{% hint style="success" %}
This page will be overhauled after the upgrade is finished
{% endhint %}

The FEG project has taken a significant step to enhance the security of its funds by transferring its liquidity into several multi-signature wallets. \
This strategic move aims to increase the security and management of the funds, providing additional protection against unauthorized access or misappropriation.

Multi-sig wallets are critical components of the project's liquidity, offering enhanced security for transactions that require multiple signatures to be executed. \
This approach is a testament to the team's commitment to security. It mitigates the risk of single points of failure and ensures a more democratic and transparent management of funds.

## **FEGbsc Token & Liquidity (LP) Token allocation**:

<table data-header-hidden><thead><tr><th width="180"></th><th></th></tr></thead><tbody><tr><td><strong>ROX Integration</strong></td><td>This Wallet is designated explicitly for <a href="/pages/noVi2VcnyiH4us0Pd5vM">ROX integration</a>.  See <a href="https://bscscan.com/tx/0x500a64215d00fb1f5bc38349589c43e8e4935aad533e57c86abb09c353220816">BSCScan</a>.</td></tr><tr><td><strong>Multi-sig Wallet 1</strong></td><td><strong>0x20A0B70c7b36a60f156950A895E1ca71D16AD3Be</strong></td></tr></tbody></table>

<table data-header-hidden><thead><tr><th width="182"></th><th></th></tr></thead><tbody><tr><td><strong>FEG Migration</strong></td><td>This Wallet is for the <a href="/pages/LATy34vii8iFyPrvG1hM">migration of </a><a href="/pages/LATy34vii8iFyPrvG1hM">FEG Token</a></td></tr><tr><td><strong>Multi-sig Wallet 2</strong></td><td><strong>0x2050Cfa05434685Ea89473ebb64a6f3117CdB99A</strong></td></tr></tbody></table>

<table data-header-hidden><thead><tr><th width="183"></th><th></th></tr></thead><tbody><tr><td>Growth</td><td><a href="https://bscscan.com/tx/0x940a37002778e1dadf9d940340edd9bef88148da532598641eaceb21a841a8ff">LP Tokens</a>, Future Burn, CEXs, VC Funding, Etc. See <a href="https://bscscan.com/tx/0xa3fa3ae2f989afe0ae1dd2d7ab9085959081cc1515ac0a3e4acb798e185c21ec">BSCScan</a></td></tr><tr><td><strong>Multi-sig Wallet 3</strong></td><td><strong>0x648bD5E9d393585df44Cf18Ed247BB721f8b8176</strong></td></tr></tbody></table>

## **FEGeth Token & Liquidity (LP) Token allocation**:

<table data-header-hidden><thead><tr><th width="192"></th><th></th></tr></thead><tbody><tr><td><strong>ROX Integration</strong></td><td>This Wallet is designated explicitly for <a href="/pages/noVi2VcnyiH4us0Pd5vM">ROX integration</a>. See <a href="https://etherscan.io/tx/0xf440beb2b1f18cc51e365b17336c62dc6610f5a48de3e6144d7991f46b7f9634">Etherscan</a>.</td></tr><tr><td><strong>Multi-sig Wallet 1</strong></td><td><strong>0x04FB6a340Eb342d88e9BF633729A35cBc9F29405</strong></td></tr></tbody></table>

<table data-header-hidden><thead><tr><th width="192"></th><th></th></tr></thead><tbody><tr><td><strong>FEG Migration</strong></td><td>This Wallet is for the <a href="/pages/LATy34vii8iFyPrvG1hM">migration of </a><a href="/pages/LATy34vii8iFyPrvG1hM">FEG Token</a>. See  <a href="https://etherscan.io/tx/0xcd2305e8d0aff3b496dbd2a764a7f9d41532a1d4da15edb8f7dc2e2ab0262373">Etherscan</a>.</td></tr><tr><td><strong>Multi-sig Wallet 2</strong></td><td><strong>0x92973dcF247A7F4E59fEfce27e8133b6Ada27E62</strong></td></tr></tbody></table>

<table data-header-hidden><thead><tr><th width="192"></th><th></th></tr></thead><tbody><tr><td>Growth</td><td><a href="https://etherscan.io/tx/0x74768a30d76b05fbb000d7570503038c866a0732416bb919b0df461eeb88f679"><strong>LP Tokens</strong></a><strong>, Future Burn, CEXs, VC Funding, Etc.  See</strong> <a href="https://etherscan.io/tx/0xda7b4242e1465a70ccc33c2ec7a36fbc022f54cc1fc104e84281f95f849773b5"><strong>Etherscan</strong></a></td></tr><tr><td><strong>Multi-sig Wallet 3</strong> </td><td><strong>0x1Ba06efd1FA12e3E11a03a4D3c652Ec89E06A280</strong></td></tr></tbody></table>

The FEG team has also developed a contract to facilitate the incremental release of funds for the [liquidity provider (LP) loan](/resources/archive/liquidity-loan-completed.md), ensuring the repayment of the loan is done methodically and securely.\
This contract will enable the lender to make claims from the liquidity bi-weekly until the loan is repaid in full, at which point we can close the loan contract and focus on the next goal.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.feg.io/resources/archive/curent-addresses/secure-liquidity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
