# Internal Wallets & External Contracts

Here is the structure of Uniswap liquidity pools

{% tabs %}
{% tab title="Internal wallets" %}
Those are wallets operated by betfin founding team and trusted community members

<table><thead><tr><th width="171">Name</th><th width="94">Type</th><th>Address</th></tr></thead><tbody><tr><td>Liquidity provider</td><td>Wallet</td><td><a href="https://polygonscan.com/address/0x3c9aEAcf25C81614793E0D5e07d6D23DB44402C3">0x3c9aEAcf25C81614793E0D5e07d6D23DB44402C3</a></td></tr><tr><td>Team official wallet</td><td>Multisig 2/3</td><td><a href="https://polygonscan.com/token/0xbf7970d56a150cd0b60bd08388a4a75a27777777?a=0x23fb6f3eb34afcfcb8081acec8cd33488d397c3e">0x23fb6f3eb34afcfcb8081acec8cd33488d397c3e</a></td></tr><tr><td>Central BetFin wallet</td><td>Multisig 2/3</td><td><a href="https://polygonscan.com/token/0xbf7970d56a150cd0b60bd08388a4a75a27777777?a=0x99d3b38e6c535714c2ee4744b34ef940124f5086">0x99d3b38e6c535714c2ee4744b34ef940124f5086</a></td></tr><tr><td>Bonus payout wallet</td><td>Multisig 2/3</td><td><a href="https://polygonscan.com/token/0xbf7970d56a150cd0b60bd08388a4a75a27777777?a=0x5fe290e71bd6fd94f6b66e77d3424655c1e4eef6">0x5fe290e71bd6fd94f6b66e77d3424655c1e4eef6</a></td></tr><tr><td>Initial inviter &#x26; airdrop wallet</td><td>Wallet</td><td><a href="https://polygonscan.com/address/0x880218e7bba4bdca066d51814f53513f521e373d">0x880218e7bba4bdca066d51814f53513f521e373d</a></td></tr><tr><td>MATIC airdrop wallet</td><td>Wallet</td><td><a href="https://polygonscan.com/address/0x600e13c4380352da3f1b16da85d1db3b1e6747eb">0x600e13c4380352da3f1b16da85d1db3b1e6747eb</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Uniswap contracts" %}
Those are the Uniswap contracts where the all the trades are being made. You can observe the trading activity of BET token by pasting the contract address to polygonscan, dextools or directly to uniswap interface.

* Uniswap App is a decentralized exchange that utilizes automated market making system that routes your swap through the most advantage path.

<table><thead><tr><th width="132">PAIR</th><th width="136">Fee level</th><th>    Contract address (Uniswap V3)</th></tr></thead><tbody><tr><td>BET/USDT</td><td>0.3%</td><td><a href="https://polygonscan.com/address/0x549bb7e94da23bc31e5fc4685548587f4f7c9b16#tokentxns
">0x549bb7e94da23bc31e5fc4685548587f4f7c9b16</a></td></tr><tr><td>BET/USDT</td><td>0.05%</td><td><a href="https://polygonscan.com/address/0x8983fad9adfbfd3ccc5f0e2173cddbd940fbd23c#tokentxns

">0x8983fad9adfbfd3ccc5f0e2173cddbd940fbd23c</a></td></tr><tr><td>BET/USDC</td><td>0.05%</td><td><a href="https://polygonscan.com/address/0xd1800424b84eccb0bb647557f7af6cd42ced437c
">0xd1800424b84eccb0bb647557f7af6cd42ced437c</a></td></tr><tr><td>BET/POL</td><td>0.05%</td><td><a href="https://polygonscan.com/address/0xda67d7c01c4c8f757c105c0890d94ac489952cd5#tokentxns
">0xda67d7c01c4c8f757c105c0890d94ac489952cd5</a></td></tr><tr><td>BET/WETH</td><td>0.05%</td><td>\<a href="<https://polygonscan.com/address/0x96239bd7ae3d9bc253b1cc7cf7a84f3a67ca5369>

">0x96239bd7ae3d9bc253b1cc7cf7a84f3a67ca5369</a></td></tr><tr><td>BET/WBTC</td><td>0.05%</td><td><a href="https://polygonscan.com/address/0xdff7c5184d144ea0a7a78a891a2dd94e6d89dfe2">0xdff7c5184d144ea0a7a78a891a2dd94e6d89dfe2</a></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

* Check the realtime information on <https://betfin.io/statistics>


---

# 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://betfin.gitbook.io/betfin-public/betfin-governance/internal-wallets-and-external-contracts.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.
