> For the complete documentation index, see [llms.txt](https://turbos.gitbook.io/turbos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://turbos.gitbook.io/turbos/turbos-fun/base.md).

# Base

```typescript
quote_symbol: string = 'SUI';
quote_address: string = '0x2::sui::SUI';
quote_decimals: number = 9;
quote_logo_url: string = 'https://app.turbos.finance/icon/SUI-30.svg';

token_decimals: number = 6;
token_threshold: number = 1;
initial_virtual_sui_reserves: Decimal = new Decimal(1_000_000_000_000);
initial_virtual_token_reserves: Decimal = new Decimal(10_000_000_000_000_000);
remain_token_reserves: Decimal = new Decimal(20_00_000_000_000);
fair_launch_sui_amount: string = '4_000_000_000_000';
platform_fee: number = 0.01;
deployment_fee: number = 0.1;
```
