# Contract and Wallet Addresses

## Contract Addresses

These are the current smart contracts that are deployed for Tensorplex Stake on Mainnet.

<table><thead><tr><th width="204">Name</th><th>Deployed Contract Address</th></tr></thead><tbody><tr><td>stTAO LST Contract (Ethereum)</td><td><a href="https://etherscan.io/address/0xB60acD2057067DC9ed8c083f5aa227a244044fD6">0xB60acD2057067DC9ed8c083f5aa227a244044fD6</a></td></tr><tr><td>stTAO (Base)</td><td><a href="https://basescan.org/address/0x806041B6473DA60abbe1b256d9A2749A151be6C6">0x806041B6473DA60abbe1b256d9A2749A151be6C6</a></td></tr><tr><td>stTAO (Arbitrum)</td><td><a href="https://arbiscan.io/address/0x886c0677d7bb7272c7ed8878dc03ef357afbb5b5">0x886c0677d7bb7272c7ed8878dc03ef357afbb5b5</a></td></tr><tr><td>stTAO (Optimism)</td><td><a href="https://optimistic.etherscan.io/address/0x806041B6473DA60abbe1b256d9A2749A151be6C6">0x806041B6473DA60abbe1b256d9A2749A151be6C6</a></td></tr></tbody></table>

## Wallet Addresses

These are the current list of wallets across both Ethereum and Finney Network.

### Ethereum Network

<table><thead><tr><th width="150">Description</th><th width="280">Address</th><th>Purpose</th></tr></thead><tbody><tr><td>Multisig</td><td><a href="https://etherscan.io/address/0xfB47F57c064a0032eE66f98566dEdCe2Aa6d68f3">0xfB47F57c064a0032eE66f98566dEdCe2Aa6d68f3</a></td><td><p><strong>Quorum</strong>: 2/4</p><p></p></td></tr><tr><td>Withdrawal Manager </td><td><a href="https://etherscan.io/address/0xc514f4061ac55760075b71B2D4a7F4E5361F2810">0xc514f4061ac55760075b71B2D4a7F4E5361F2810</a></td><td>This address shall be used to approve unstaking request by users.<br><br>This address shall also receive the deposit from Finney network.</td></tr></tbody></table>

### Finney Network

<table><thead><tr><th width="146">Description</th><th width="285">Address</th><th>Purpose</th></tr></thead><tbody><tr><td>Hot Wallet</td><td><a href="https://x.taostats.io/account/5HVd19bF7UE3dPp2jrwEYr7ce9ibevpiR8XwZ1j3Gvfuobzh">5HVd19bF7UE3dPp2jrwEYr7ce9ibevpiR8XwZ1j3Gvfuobzh</a></td><td>This hotwallet will be used to facilitate automated deposits and withdrawals. Extra TAO shall also be delegated.<br><br>TAO shall be undelegated should there be any withdrawal request.</td></tr><tr><td>Cold Wallet Multisig</td><td><a href="https://x.taostats.io/account/5FVm4Y9GY45BQxGmxS3cwn7vbfi8CDcFVpgskVnxsXt5hvmF">5FVm4Y9GY45BQxGmxS3cwn7vbfi8CDcFVpgskVnxsXt5hvmF</a></td><td><p><strong>Quorum</strong>: 3/5</p><p>Cold storage of delegated TAO. All withdrawal requests made will require a manual check with independently ran scripts.</p></td></tr></tbody></table>


---

# 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://docs.tensorplex.ai/tensorplex-docs/tensorplex-lst/contract-and-wallet-addresses.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.
