Touki BlockchainTOUKI Network Chain ID 2105
← Back to Touki Blockchain
Official project record

Versioned history for changes that matter.

This page records architecture, network, token-creator, NFT-creator, moderation, explorer, and major announcement changes with original release timestamps, repository identifiers, and SHA-256 integrity hashes.

Manifest SHA-25668a9018cd38d5bb4a605785a24e4c100951eddd91624a840a228624e2e0c828c
Download JSON record
Integrity model

What these records prove—and what they do not.

Each entry has a hash of its canonical record and identifies the source artifact hash and repository revision associated with the release. Anyone who retains a copy can detect a later alteration.

Website publication and repository hashes are not the same as immutable on-chain anchoring. The current manifest has not yet been anchored and will be linked here only after its transaction is confirmed on ToukiScan.

architecture

Initial Layer-1 architecture and bootstrap consensus

The first network release separated consensus, execution, storage, networking, APIs, indexing, and presentation.

consensus
Deterministic proof of authority with a configured validator set and round-robin proposer selection.
finality
Bootstrap finality is authority-based. A formally specified Byzantine-fault-tolerant finality protocol, validator slashing, and evidence handling are not part of this release.
architecture
Consensus, state transition, persistent storage, peer transport, JSON-RPC/API access, indexing, and user interfaces are separate components.
status
Current bootstrap architecture; not represented as fully decentralized.
Repository revision
960a2c1
Source artifact SHA-256
f58e60e714de0d3b5f8b83b2282ef33df70230dab3e63fc7cfb5f5fa62e0c348
Canonical record SHA-256
34a452f3d5f135acfa9a9b17cbdd2b7f8a8fc0015d3213795ce687dedb1a47a2
network

Touki public network identity

Touki branding, MetaMask-compatible RPC access, and the public network identity were introduced.

public network name
Touki Blockchain
chain id
2105
hexadecimal chain id
0x839
native symbol
TOUKI
decimals
18
genesis supply
73,971,571 TOUKI
genesis supply base units
73971571000000000000000000
supply statement
The native supply was fixed in the genesis configuration. This statement does not promise a market price or future value.
Repository revision
0c998eb
Source artifact SHA-256
8abe492ee27ff5e3d82582786787e19d19ac2d389f5a817ed77e59e77b370a1e
Canonical record SHA-256
e07b8f87948a4c7519835c9948124e56d5d24a4ee77edf5294923644a4a00951
token creator

No-code token creation protocol introduced

Token deployment definitions became versioned with the TOUKI_TOKEN_V1 prefix and were stored in deployment transaction input.

protocol prefix
TOUKI_TOKEN_V1:
recorded definition
Token name, symbol, decimals, initial supply, optional cap, and selected features are encoded in the deployment transaction input.
reconstruction
The transaction definition and this version identifier preserve the selected rules even if the website later changes.
verification
ToukiScan exposes the resulting verified token contract and its transaction history.
Repository revision
cf0c1a8
Source artifact SHA-256
9583a58d5039a71fa110121d56db3e3f17d0dd25953e2d3bb6af81586cdb337a
Canonical record SHA-256
c686c563186784bf3a8c8f54cfa91c2073efea21bb391d057cca213153470456
token creator

Visible generated-code template and optional controls

The creator began displaying generated Solidity-style source before wallet approval and expanded selectable token controls.

source language
Solidity-style source compatible with OpenZeppelin ERC-20 interfaces
compiler declaration
pragma solidity ^0.8.20
always available
transfer, approve, allowance, transferFrom, increaseAllowance, decreaseAllowance, transferOwnership, renounceOwnership
selectable features
mintable, burnable, pausable, capped, blacklistable
default features
mintable: false; burnable: true; pausable: false; capped: false; blacklistable: false
disclosure
The displayed source is generated deterministically from the form values. The deployed native token definition is encoded with TOUKI_TOKEN_V1 in the transaction input.
Repository revision
c1432e7
Source artifact SHA-256
d87ca7ac64d4fce7218d3188b617d86a4cf672a051a909237ae8715b72e03dc8
Canonical record SHA-256
626664866760e1dcb85e6ec6ca88ab86278a358c4e6aacdee84541abda248389
moderation

Owner-signed token information moderation

Verified token owners gained a signed submission workflow for public project information, followed by administrative review.

ownership proof
The current on-chain token owner signs a challenge containing the token address, metadata hash, request ID, and expiry.
reviewed fields
description, website, logo, X, Telegram, Discord, GitHub
private field
The submitter contact email is used for review and is not published in the public moderation log.
decisions
Submissions may be approved or rejected. Approval publishes the reviewed public metadata.
administrator
A private authenticated administrator can also correct public information. New direct changes require a public reason.
Repository revision
3cf8da9
Source artifact SHA-256
ef5c930434c0d68795774e7371d44c5662477a5b4440107fd31484e6d71e75e7
Canonical record SHA-256
9213e5e8cbf908db8681df42dcdcf56db9731425d8275170f45e319051c43570
moderation

Token information signature replay protection

Signed metadata challenges became single-use and expire after ten minutes.

challenge expiry
10 minutes
replay rule
A used request ID is retained and cannot be submitted again.
ownership change rule
A submission is rejected if token ownership changed after the challenge was created.
Repository revision
6be05ae
Source artifact SHA-256
d36f97199d5ab8da14ec484edd2257487ee0797d31042480b5595905e0a560f2
Canonical record SHA-256
fd16057c378e36dce27d996c423838abc8b8d40dad0107016de94097436ec9cc
explorer

Created-token transfer indexing

ToukiScan began indexing created-token transfers and displaying token amounts, senders, recipients, and holdings.

indexed activity
token creation, transfer, mint, burn
limitation
ToukiScan proves recorded chain activity. It does not by itself prove off-chain statements or moderation rationale.
Repository revision
bc59cce
Source artifact SHA-256
bf863e6601a0332e44394b6e9aff52038cf06143ec4356e40094a349e409a090
Canonical record SHA-256
596d00d8767904af05e97d8be4af05b97701e874f2cb2b4430bc045968b038cb
announcement

Official public launch announcement

The project published its first consolidated launch release with network facts, architecture limitations, and risk disclosures.

canonical url
https://blocktouki.com/press/touki-blockchain-launch
attribution
Touki Blockchain Team
architecture disclosure
Current deterministic proof-of-authority bootstrap network.
financial disclosure
TOUKI is described as a utility coin. The project does not promise profit, price appreciation, exchange listings, or guaranteed future value.
Repository revision
09b4fe7
Source artifact SHA-256
862ad9e331a8526a52301d95c4b02ca477efc572fbeeeb7b3a48ec365e2cd493
Canonical record SHA-256
ee23909ac4a63d4f971e64c85a5f47b8fea80ccccb48e0df69a616f9ed4a830d
nft creator

No-code NFT collection protocol introduced

Touki added native NFT collection deployment, ERC-721-style ownership controls, metadata locations, and ToukiScan indexing.

protocol prefix
TOUKI_NFT_V1:
collection definition
name, symbol, metadata base URI, initial supply, maximum supply, mintable, burnable, pausable
supported metadata schemes
ipfs://, ar://, https://
standard interface
ownerOf, balanceOf, tokenURI, approve, setApprovalForAll, transferFrom, safeTransferFrom
verification
ToukiScan identifies verified Touki Standard NFT collections and indexes minted token IDs, owners, metadata URIs, and transfers.
disclosure
Touki stores the collection definition and ownership state on-chain. External metadata availability and content remain the collection creator's responsibility.
Repository revision
b7e0177
Source artifact SHA-256
e4ace9ee20315df96721b9a76133366cd6984101c437337d3773e4f5f044608b
Canonical record SHA-256
ea3709ba12a9caabffc7fb16b051579ccbfbeaa7b207c8ef77dcfa8bf4d78230
Public moderation log

Token information decisions

Reviewed submissions and administrator changes are recorded without publishing private contact email addresses. New decisions require a public reason.

No reviewed token-information decisions are recorded yet. New approvals, rejections, and administrator changes are appended here with a public reason and integrity hash.

Correction policy

A correction creates a new dated record; it does not silently rewrite the stated history. Security-sensitive details and private personal information may be withheld, with the reason for withholding stated when possible.