> For the complete documentation index, see [llms.txt](https://docs.vibeswap.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vibeswap.net/security/smart-contracts.md).

# Smart Contracts

Current Vibeswap contracts on LitVM LiteForge.

| Contract | Address                                      | Purpose                                                                   | Fees                      |
| -------- | -------------------------------------------- | ------------------------------------------------------------------------- | ------------------------- |
| GM       | `0x2791bb410616779a2d50bf4a3223afea51c8a656` | Daily GM streaks, total GM count, badge progress                          | `0.0001 zkLTC` GM fee     |
| vbUSDC   | `0x5a9b445e43559c75c7b22befc3d471cc177069cc` | Utility ERC20-like token and faucet claim logic                           | `0.0002 zkLTC` faucet fee |
| Swap     | `0x96f48a300bb96f97f639cea3fe10f19ab34a6d7d` | Fixed-rate zkLTC / vbUSDC swaps and liquidity                             | `0.0002 zkLTC` swap fee   |
| VibeGame | `0xf9d45161cf58b56ea14d65cb38b1a47056b3e766` | Ranked Vibe Blocks entries, score submission, best and total leaderboards | `0.0051 zkLTC` entry fee  |

## Network

```
Chain ID: 4441
Explorer: https://liteforge.explorer.caldera.xyz
```

## Treasury

Fees are sent to the project treasury:

```
0x04FC23f8d162065bDefa4604Fd2C19434fa81BB5
```


---

# 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.vibeswap.net/security/smart-contracts.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.
