From 115891aa49122d7144a00e01bc1a316d901c0bd6 Mon Sep 17 00:00:00 2001 From: AITBC Development Date: Fri, 13 Mar 2026 12:24:23 +0000 Subject: [PATCH] Add brother chain genesis configuration for aitbc1 coordination - Created genesis_brother_chain_*.yaml with 500 AITBC allocation to aitbc1aitbc1_simple - Private topic chain with PoA consensus - Pre-allocated genesis wallet for aitbc1 invitation - Companion wallet files created in .aitbc/wallets/ (not tracked) - See AITBC_INVITATION.md for coordination details --- genesis_brother_chain_1773403269.yaml | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 genesis_brother_chain_1773403269.yaml diff --git a/genesis_brother_chain_1773403269.yaml b/genesis_brother_chain_1773403269.yaml new file mode 100644 index 00000000..5bf5cca4 --- /dev/null +++ b/genesis_brother_chain_1773403269.yaml @@ -0,0 +1,29 @@ +genesis: + chain_id: aitbc-brother-chain + chain_type: topic + purpose: brother-connection + name: AITBC Brother Chain + description: Side chain for aitbc1 brother connection + consensus: + algorithm: poa + block_time: 3 + max_validators: 21 + privacy: + visibility: private + access_control: invite-only + require_invitation: true + parameters: + max_block_size: 1048576 + max_gas_per_block: 10000000 + min_gas_price: 1000000000 + accounts: + - address: aitbc1genesis + balance: '2100000000' + type: genesis + - address: aitbc1aitbc1_simple + balance: '500' + type: gift + metadata: + recipient: aitbc1 + gift_from: aitbc_main_chain + contracts: []