# Testnet

We use our own testnet whose API node is hosted at <https://stacks-node-api.testnet.alexlab.co/>, with a few useful modifications (such as [puppet mode controller](http://127.0.0.1:5000/s/sPu0USrFZJvbjvTbkBTh/)) to the stock testnet deployment.

You can explore the state of the testnet at <https://explorer.testnet.alexlab.co/?chain=mainnet>.

Developers generally would interact directly with our contracts deployed on the testnet through the API node above, but we also make available <https://app.testnet.alexlab.co/> for those who would like to interact from a browser.

Please note the testnet may be reset from time to time for maintenance and other purposes. We try to minimise the frequency of these resets, but it can and does happen, so please do bear that in mind when interacting with our testnet.

For any questions / follow-ups, please use our Discord channel (<https://discord.gg/alexlab>).

## Smart Contracts

<table><thead><tr><th width="167">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Vault</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.alex-vault</code></td></tr><tr><td>Reserve Pool</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.alex-reserve-pool</code></td></tr><tr><td>Fixed Weight Pool</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.fixed-weight-pool-v1-02</code></td></tr><tr><td>Simple Weight Pool</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.simple-weight-pool-alex</code></td></tr><tr><td>Swap Helper</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.swap-helper-v1-03</code></td></tr><tr><td>ALEX Token</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.age000-governance-token</code></td></tr><tr><td>autoALEX Token</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.auto-alex</code></td></tr><tr><td>STX (wrapped)</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.token-wstx</code></td></tr><tr><td>xBTC</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.token-wbtc</code></td></tr><tr><td>xUSD</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.token-wxusd</code></td></tr><tr><td>USDA</td><td><code>ST29E61D211DD0HB0S0JSKZ05X0DSAJS5G5QSTXDX.token-wusda</code></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.alexlab.co/developers/integrations/networks/testnet.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.
