> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inkyswap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# About Us

> What InkyLabs builds and how the platform works.

InkyLabs builds InkyPump and InkySwap, two products that share infrastructure on Ink mainnet.

* **InkyPump** is the token launch platform. Creators raise ETH through a bonding curve and tokens bond to a Uniswap V4 pool after the raise. See [Introduction](/getting-started/introduction).
* **InkySwap** is the wider decentralized exchange on Ink. It hosts trading for tokens beyond just InkyPump launches.

Both run on Ink mainnet (chain 57073), Kraken's Layer 2 built on Ethereum.

## How the platform stays trustless

The launch contract is a UUPS proxy. State is held by the proxy, logic by separately upgradeable modules. There are no admin keys that can drain user funds. The initial pool seed at bonding is held by the hook and is not withdrawable.

## What we work on

| Area            | What it covers                                                          |
| --------------- | ----------------------------------------------------------------------- |
| Smart contracts | The V2 hook, modules, and curve math                                    |
| Indexer         | Reads on chain events and exposes them through REST and the InkyPump UI |
| Frontend        | The inkypump.com web app and PWA                                        |
| MCP server      | Editor and agent integration for developers                             |

## Contact

* Telegram: [@inkyswap](https://t.me/inkyswap) for community and support
* X: [@inkyswap](https://x.com/inkyswap) for updates
* Developer contact: [@emperoroftheink](https://t.me/emperoroftheink) on Telegram
