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

# Tokenmill

# Token Mill

## Overview

Advanced token market creation and management system found in `tokenMill` subfolder and `tokenMillService.ts`.

## Key Features

### 💰 Market Creation

* Create new token markets
* Design custom bonding curves
* Configure token parameters
* Set initial distributions

### 🏦 Token Economics

* Staking mechanisms
* Vesting schedules
* Reward distribution
* Liquidity management

### 📊 Custom Curves

* Linear bonding curves
* Exponential bonding curves
* Custom mathematical formulas
* Parameter adjustment

### 📱 UI Components

Components in `src/components/tokenMill/`:

* Market creation interfaces
* Staking panels
* Vesting schedules
* Analytics displays

### 🔧 Service Layer

`tokenMillService.ts` provides:

* API integration
* Transaction building
* On-chain interaction
* State management
