> For the complete documentation index, see [llms.txt](https://docs.drunkencats.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drunkencats.xyz/getting-started/introduction.md).

# Introduction

## Welcome to DrunkenCats DEX

DrunkenCats is a decentralized exchange (DEX) and DeFi hub built on the LitVM LiteForge network. It provides a full suite of decentralized finance tools inc token swaps, liquidity provision and on-chain loans. Whether you're a first-time DeFi user or an experienced liquidity provider, DrunkenCats offers an accessible, community-driven platform to interact with the Litecoin DeFi ecosystem.

### **Built on LitVM**

Drunken Cats is deployed on **LitVM  -** a high-performance layer built on top of Litecoin. LitVM combines the security and decentralization of Litecoin with the programmability of an EVM-compatible chain, enabling smart contracts, token swaps and DeFi apps.

### **Core Mission**

DrunkenCats aims to become the central DeFi gateway for the LitVM ecosystem. The project is driven by three goals:

1. **Simplify DeFi access** — provide an intuitive interface for swapping tokens, managing liquidity, and tracking portfolios on LitVM.
2. **Reward early participants** — incentivize testnet users through CAT Points, NFT rewards and a future $CAT token.
3. **Build community** — integrate social quests, daily check-ins, and leaderboards to grow an engaged user base before mainnet launch.

#### **Why Litecoin DeFi Matters**

Litecoin has long been one of the most trusted and widely-held cryptocurrencies, but its DeFi ecosystem has been underdeveloped compared to Ethereum or Solana. LitVM changes this by adding smart contract capabilities to Litecoin's infrastructure. DrunkenCats leverages this opportunity to become a first-mover DeFi platform in the Litecoin ecosystem, bringing familiar DeFi primitives AMM swaps, liquidity pools, yield incentives to a new audience.


---

# 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.drunkencats.xyz/getting-started/introduction.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.
