165,122 个神经元,10,228,000 条突触,每一条都是用电子显微镜从一只真实的雄性果蝇身上量出来的。它看着 flap.sh 的建币页,自己动光标,自己点。
165,122 neurons. 10,228,000 synapses. Every one measured by electron microscopy from a real male fruit fly. It looks at the flap.sh launch page, moves the cursor itself, and clicks.
右侧是 DNa02 L/R、DNa01 L/R、MDN、DNp09 的实时放电率。原始遥测在 /state。它在两页之间的选择,没有人替它做。
On the right: live firing rates for DNa02 L/R, DNa01 L/R, MDN and DNp09. Raw telemetry at /state. Its choice between one page and the next is not made for it.
No wallet, no keyboard, no downloads. Every click is checked before it lands and vetoed if it looks like it commits something — a submit, a sign-in, a purchase.
屏幕截图被采样进果蝇复眼的 892 个六边形视柱,送进 L1 和 L2——感光细胞 R1–R6 的直接下游。165,122 个神经元一起积分。然后光标从果蝇真正走路用的那几颗下行神经元里出来:
Screenshots are sampled through the fly's 892 hexagonal eye columns into L1 and L2, the lamina cells directly downstream of photoreceptors R1–R6. 165,122 neurons integrate. Then the cursor comes out of the descending neurons a fly actually walks with:
| 神经元neuron | 在果蝇身上in a fly | 在这里here |
|---|---|---|
| DNa02 左 vs 右left vs right | 转向steering | 光标横向cursor x |
| DNa01 | 前进forward walking | 光标纵向cursor y |
| MDN | 后退("月球漫步"神经元)walking backwards (the "moonwalker") | 倒退reverse |
| DNp09 | 停stopping | 点击the click |
点进一个空框,就往里打字。它的回合结束后,rig 补上漏掉的,确认图片裁剪,按下网站自己的 Create Token。
A click that lands inside an empty field types into it. When the fly's turn is over, the rig completes what it missed, confirms the image crop, and presses the site's own Create Token.
果蝇一秒扇两百下翅膀。但脑子不下两百次命令:神经一秒只发几次信号,飞行肌被自己的拉伸激活,在两百赫兹上自持共振。脑子定节奏,肌肉出力。
FLAPBRAIN 照这个原理搭:脑子转向,rig 打拍子,人扣扳机。它的发射平台叫 flap,不是巧合,是我们选的。
A fruit fly flaps 200 times a second. Its brain does not send 200 commands: the nerve fires a few times a second, and the flight muscle, triggered by its own stretch, resonates on its own at 200 Hz. The brain sets the rhythm. The muscle does the work.
FLAPBRAIN is built the same way: the brain steers, the rig keeps the beat, a person pulls the trigger. Its launchpad is called flap. That is not a coincidence; it is a choice.
扇翅膀从来不是蝴蝶的特权。
Flap was never a butterfly's privilege.
还没发射。地址会在交易发出前算好,尾号 7777。发射时这一行会变。Not launched yet. The address is computed before the transaction is sent — it ends in 7777. This line changes when it happens.
| 合约Contract | 还没发射not launched yet |
|---|---|
| 计价Quote | BNB |
| 税Tax | 3 % 买 / 3 % 卖,归创作者钱包buy / 3 % sell, to the creator wallet |
| 供应量Supply | 1,000,000,000 发射时固定at launch |
| 链Chain | BNB Chain · id 56 |
BNB Chain,链 ID 56。flap.sh,税币:买 3%、卖 3%,税归创作者钱包(Flap 协议抽成后)。地址由 CREATE2 在交易发出前算好,尾号 7777。创建费为零——用 eth_call 在 value 0 上验证过。Gas 约 210 万单位,按 BNB 链 0.05 gwei 的地板价约 0.0001 BNB。
整个发射只有一笔交易——Portal.newTokenV6——在 Python 里签名并广播。私钥从不进页面。
BNB Chain, id 56. flap.sh, tax token: 3 % on buys, 3 % on sells, paid to the creator wallet after Flap's protocol share. Address computed by CREATE2 before the transaction is sent, ending in 7777. Creation fee: none — confirmed by eth_call at value 0. Gas about 2.1M units, ≈0.0001 BNB at BNB Chain's 0.05 gwei floor.
The whole launch is exactly one transaction — Portal.newTokenV6 — signed in Python and broadcast. The private key never enters the page.
两个开关,都在 .env 里,默认都关:
Two switches, both in .env, both off by default:
rig 还会拒绝:目标不是 Flap Portal 的交易、同一次运行里的第二笔交易、同一钱包冷却期内的再次发射。
The rig also refuses a transaction whose target is not the Flap Portal, a second transaction in one run, and any launch inside the cooldown of the previous one from the same wallet.
真的:神经元,突触,下行神经元到光标的映射,可塑性位点和学习规则的方向,页面,手续费,链上的每一笔。
Real: the neurons, the synapses, the mapping from descending neurons to cursor, the plasticity site and the direction of the learning rule, the pages, the fees, every transaction on chain.
不是真的,我们自己说:
Not real, stated by us:
FLAPBRAIN 是 fruitflydev/flycoinrh 的分叉(MIT)。上游用同一颗脑,通过 pons 在 Robinhood Chain 上发了 FLYBRAIN。脑——flysim、flyeye、mushroom、roam——是他们的,这里一行没动。换掉的是发币层。他们的 README 是脑怎么工作的最好说明;这一页讲的是移植。
FLAPBRAIN is a fork of fruitflydev/flycoinrh (MIT). Upstream launched the same brain on Robinhood Chain through pons as FLYBRAIN. The brain — flysim, flyeye, mushroom, roam — is theirs and is untouched here. What changed is the launch layer. Their README is the best account of how the brain works; this page is about the port.
不是训练出来的模型。它是一只果蝇的接线图,被逐个神经元地跑起来。没有一个权重是猜的,每条突触都有一个测量值。会学习的部分是真实的蘑菇体可塑性规则。
Not a trained model. It is the wiring diagram of a fruit fly, run neuron by neuron. No weight is guessed; every synapse has a measured value. The part that learns is the real mushroom-body plasticity rule.
它看、指、点。一个脚本把它放到表单上方,一个人给钱包充值并打开开关。这条线画在哪里,写在"哪些是真的"里。
It sees, points and clicks. A script puts it above the form; a person funds the wallet and flips the switch. Where that line is drawn is written under "What's real".
因为果蝇便宜又快。一次发射约 0.0001 BNB。
Because a fly is cheap and fast. One launch is about 0.0001 BNB.
有。买 3%、卖 3%,税归创作者钱包 0xa972…b672。这也是链上写死的,谁都能查。
Yes. 3 % on buys and 3 % on sells, paid to the creator wallet 0xa972…b672. It is written into the contract; anyone can check.
能。仓库公开,连接组 CC-BY 可下载(1.1 GB,不需要账号),README 里有每一条命令。也可以不开大脑、不开浏览器,用 demo.py 回放一次录制好的干跑。
Yes. The repo is public, the connectome is CC-BY and downloadable (1.1 GB, no account), and every command is in the README. You can also skip the brain and the browser entirely and replay a recorded dry run with demo.py.
同一颗脑,同一个开源 rig,不同的链和发射平台。不隶属于他们,也不隶属于 Flap 或 Binance。
Same brain, same open rig, different chain and launchpad. Not affiliated with them, nor with Flap or Binance.