# On-Chain Info

## $AUKI token contract on Base

[0xf9569cfb8fd265e91aa478d86ae8c78b8af55df4](https://basescan.org/token/0xf9569cfb8fd265e91aa478d86ae8c78b8af55df4)

## Total and circulating supply:

The total supply is deflating from a starting point of 10 billion $AUKI tokens, and can be fetched from these endpoints:

* <https://ncs.auki.network/supply/total?unit=ether> (raw total supply with decimal)
* <https://ncs.auki.network/supply/total?unit=ether&format=json> (total supply with decimal as JSON)

Circulating supply is calculated as total supply minus the [locked tokens](#locked-tokens) in the wallets listed below. Discrepancies between the calculated circulating supply and what's shown in the [Emission Schedule](https://auki.gitbook.io/whitepaper/tokenomics/emission-schedule) are due to not counting:

* Vested tokens that can be claimed but have yet to be
* Tokens locked in the reward pool and staking contracts
* Tokens that have been burned and removed from the total supply

The circulating supply can be fetched from the following endpoints:

* <https://ncs.auki.network/supply/circulating?unit=ether> (raw circulating supply with decimal)
* <https://ncs.auki.network/supply/circulating?unit=ether&format=json> (circulating supply with decimal as JSON)

## Locked tokens

#### Cold wallet for unvested tokens under third party custody - Backers

0x1a7EDe4cc85AA3C1092F6C4fd70CDd08626A7d1b

#### Cold wallet for unvested tokens under third party custody - Team

0xDFE40928dfA513b75408E5EC6218A69CAa11a3a5

#### Cold wallet for unvested tokens under third party custody - Ecosystem rewards

0xb8e4755E35941d8803f24db28e118E2A3618B2eb

#### Cold wallet for unvested tokens under third party custody - Foundation

0x159B0AC1856802946854317FF63f26D9A114E026

#### Multi-sig wallet that distributes to vesting platforms&#x20;

0xe7a140BA3b5fB74a738af0457E151D1E0b44a581

#### Liquifi vesting contract

0xdc42f4980f6efdF53034bB7559b6198c4d657056

#### Magna vesting contract

0xAc12128DDf7Fc8BfaA4B2689F5FE5e2676aA33c0

#### Reward pool smart contract&#x20;

0x7335FD019D13E70B39c735dAc68B3E827feDdcB1

#### Staking contract for relay node

0xa5E933d7457409F1c3a5E76483C3Ad2736B41276

#### Staking contract for public domain node

0x44bD107EC873F073c899C0f78F79fAF6762d78b5

#### Staking contract for dedicated domain node

0xDa44123c0fC29A3c2e968D7B2458a5E52bDc99bb

#### Staking contract for domain NFT

0xCD8e5a9Fc0BC791271CC173e8008a9508187ba16

## Unlocked tokens under team control

#### Token infrastructure wallet

0xDBf12324322AdCC9faC535946070A2E5Ef0Cb4AB

#### Ecosystem rewards (vested)

0x9eACd08cED27B96EF6e6bEc438dA967D433aF73b

#### Foundation (vested)

0x307f6BC835400877268555E8aF4E4E47329027b4

#### Team tokens (vested but unallocated) 1

0xb24CEcaE11Fd1294578D27a78641081a9556F4e2

#### Team tokens (vested but unallocated) 2

0x5BB33Bb5D8d47C2142D4F779587F4EFb2c74CCe5

#### Uniswap v3 LP (partly under team control)

0x2Fa9D6085c91151200e61a3e627D35001772C0D1

## Previously used wallets for locked tokens

In October-November 2024 we migrated locked tokens from one third party custody solution to another. We also migrated the community sale vesting from Presail to Magna. The old wallets are listed below for record keeping and transparency.

#### Cold wallet for unvested tokens under third party custody

0xdc0858E53EFe8a1F52EA25528f0D31572C3d07f1

#### Presail daily vesting wallet

0x520C0BE1E04fE322Ce73daA71366069CdCf7ADC2


---

# Agent Instructions: 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:

```
GET https://auki.gitbook.io/whitepaper/tokenomics/on-chain-info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
