# Beamswap Contracts

Below is the list of current Beamswap smart contracts deployed on the Moonbeam Network.

<table data-header-hidden><thead><tr><th width="223"></th><th></th></tr></thead><tbody><tr><td><strong>Smart contract</strong></td><td><strong>Address</strong></td></tr><tr><td>V2 Factory</td><td><a href="https://moonscan.io/address/0x985BcA32293A7A496300a48081947321177a86FD#code">0x985BcA32293A7A496300a48081947321177a86FD</a></td></tr><tr><td>V2 Router</td><td><a href="https://moonscan.io/address/0x96b244391D98B62D19aE89b1A4dCcf0fc56970C7#code">0x96b244391D98B62D19aE89b1A4dCcf0fc56970C7</a></td></tr><tr><td>$GLINT Token</td><td><a href="https://moonscan.io/address/0xcd3B51D98478D53F4515A306bE565c6EebeF1D58#code">0xcd3B51D98478D53F4515A306bE565c6EebeF1D58</a></td></tr><tr><td>$SHARE Token</td><td><a href="https://moonscan.io/address/0x4204cAd97732282d261FbB7088e07557810A6408#code">0x4204cAd97732282d261FbB7088e07557810A6408</a></td></tr><tr><td>Locker</td><td><a href="https://moonscan.io/address/0xe31A3b6c62Ebe9Db3b991661530fA9871584CC85#code">0xe31A3b6c62Ebe9Db3b991661530fA9871584CC85</a></td></tr><tr><td>Beamchef V1</td><td><a href="https://moonscan.io/address/0xC6ca172FC8BDB803c5e12731109744fb0200587b#code">0xC6ca172FC8BDB803c5e12731109744fb0200587b</a></td></tr><tr><td>Stable AMM</td><td><a href="https://moonscan.io/address/0xe3f59ab3c37c33b6368cdf4f8ac79644011e402c">0xE3f59aB3c37c33b6368CDF4f8AC79644011E402C</a></td></tr><tr><td>stGLINT</td><td><a href="https://moonscan.io/address/0x63d43D0EDda7DE4B5ed9B2F2AA855f81FBd71697">0x63d43D0EDda7DE4B5ed9B2F2AA855f81FBd71697</a></td></tr><tr><td>Staking</td><td><a href="https://moonscan.io/address/0x54825778d33140fE9011DcfbBbD50b924e368fa9">0x54825778d33140fE9011DcfbBbD50b924e368fa9</a></td></tr><tr><td>Beamchef V2</td><td><a href="https://moonscan.io/address/0x9d48141B234BB9528090E915085E0e6Af5Aad42c">0x9d48141B234BB9528090E915085E0e6Af5Aad42c</a></td></tr><tr><td>V3 Factory</td><td><a href="https://moonscan.io/address/0xD118fa707147c54387B738F54838Ea5dD4196E71">0xD118fa707147c54387B738F54838Ea5dD4196E71</a></td></tr><tr><td>NFT Position Manager</td><td><a href="https://moonscan.io/address/0x909b62DeB98EA8B46f7Af0f4494c2c1d119aef70">0x909b62DeB98EA8B46f7Af0f4494c2c1d119aef70</a></td></tr><tr><td>V3 Router</td><td><a href="https://moonscan.io/address/0x1Cfd10c0f4985CF124c3C99dc937280a1164ad74">0x1Cfd10c0f4985CF124c3C99dc937280a1164ad74</a></td></tr><tr><td>V3 Quoter</td><td><a href="https://moonscan.io/address/0x0621cd47e0Ff426b71962Cd7aA29F466Cf5E1165">0x0621cd47e0Ff426b71962Cd7aA29F466Cf5E1165</a></td></tr><tr><td>Lottery</td><td><a href="https://moonscan.io/address/0x8864069707492e013286caaaae593a56b6993fb7">0x8864069707492E013286cAAAAe593A56b6993fB7</a></td></tr><tr><td>Beamchef V3</td><td><a href="https://moonscan.io/address/0x26b22E286F08E5E0eA9EC819EDE70BbDDb75E0e1">0x26b22E286F08E5E0eA9EC819EDE70BbDDb75E0e1</a></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.beamswap.io/developers/beamswap-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.
