Aurasoul
Technical document

AURS Token Documentation

The complete technical description of the AURS token: contract parameters, supply, the genesis allocation and what the contract cannot do. Every fact on this page can be checked directly in Ethereum.

Contract deployed 2026-08-28

Official AURS contract

0xEAfA0AeAD3B345BF87fFB81518f637c916073585
Open on Etherscan ↗

Token specification

NameAuraSoul Coin
SymbolAURS
NetworkEthereum mainnet (chain ID 1)
StandardERC-20
Decimals18
Total supply369,000,000 AURS
Solidity contractAuraSoulCoin
Base libraryOpenZeppelin Contracts ERC20 v5.7.0
Compilersolc 0.8.30
LicenseMIT
Proxy / upgradeableno, the contract is immutable

The source code is published and verified on Etherscan — the on-chain bytecode matches the published source.

Supply

All 369,000,000 AURS were minted once, in the contract's constructor, at deployment. The contract has no mint function — no owner, no minter role, no deferred emission.

This means the total supply is fixed forever and cannot be increased by the project or by anyone else. It is verifiable in the source: the constructor ends with an assertion on the resulting total, and after deployment no function changes supply.

The supply is immutable. Any claim of an 'additional AURS issuance' contradicts the contract code on-chain.

What the contract cannot do

AURS is a plain ERC-20 with no extensions. Listed below are the powers the contract does not have. Every row can be confirmed by reading the published source in full — it is about thirty lines long.

NoContract owner / admin role
NoMinting new tokens after deployment
NoBurning tokens from someone else's balance
NoPausing or freezing transfers
NoAddress blacklist
NoA transfer fee inside the contract itself
NoProxy or upgradeable logic
NoRebasing / changing balances without a transfer

The list above is about the contract itself: the token behaves identically for every address, and nobody — us included — has any technical means to freeze the balance at an address, alter it, or block a transfer. This does not extend to a balance held inside the app: there the address is operated by the service, because storage is custodial — see “How storage works” below.

Genesis allocation

The constructor distributed the entire supply across six addresses. This is an immutable record on the blockchain — the allocation at the moment of issuance.

Purpose Share AURS Address
DeFi Liquidity 20% 73,800,000 0xC2CbcE164B0Fdcd137a8B942fbbAcd58BC88F329
DAO Treasury (Safe) 30% 110,700,000 0x44344bf7F8F06BbfF341dF934EdC583a84fd5c11
Ecosystem Rewards 25% 92,250,000 0x686061baC919Bd998a2237E2B4cbB639b33e291F
Team & Contributors 10% 36,900,000 0xf3B16F4Ab81662e2110f3913BAC283F98840A216
Airdrop & Community 5% 18,450,000 0xE94c1570706259FfeE8B447bbdA55b805291ad3a
Reserve Fund 10% 36,900,000 0x1C3f0709522A9b612d766A0f9cc54fAd85db38FC
Total 100% 369,000,000

The current balances of these addresses differ from the amounts above: the project operates and the tokens are spent for their stated purpose. The live balance of any address is always visible on Etherscan.

What the token is used for

Wallet in Telegram

Balance and operations inside the Mini App — no app to install, no seed phrase.

P2P transfers

Sending AURS to another community member inside the app.

QR payments

Paying for goods and services at ecosystem partners via QR.

Ecosystem services

Aura goods, services and events are paid for with the community token.

How custody works

Storage is custodial. Every user of the app has a dedicated Ethereum address operated by the service; the blockchain is the source of truth for balances, and the application database is a cache on top of it.

Withdrawal to an external Ethereum address is available from the app: the token is an ordinary ERC-20 and works in any wallet that supports Ethereum.

We say it plainly: this is custodial storage, and in it you are trusting the service operator.

Market status

AURS is not traded on any exchange and has no liquidity pool. The token has no market price at this time.

The application uses an internal service rate — it applies to operations inside the ecosystem and is not an exchange quote, a valuation, or a price promise.

Internal service rate. The current value is shown in the app. It is deliberately not quoted here: the rate changes, and this document describes what does not.

Important notice

AURS is a community utility token. This page is informational and technical in nature and is not investment advice, a promise of returns, a guarantee of token value or a guarantee of liquidity.

Blockchain transactions are irreversible. Always independently verify the network, the full contract address and the transaction details before signing any operation.