
Welcome to Pump.fun!
Pump lets anyone create coins, giving everyone equal access to buy and sell from the start. Prices can move quickly, so trade carefully.
By clicking this button, you agree to the Terms and Conditions, Privacy Policy, and certify that you are over 18 years old.
$ELBAF
ELBAF is built on top of Fable 5 and carries forward knowledge from previous training runs. Its full source code and weights live on-chain so anyone can reconstruct it. Start with the account: ELBAF8mm5d8fsECYyxdNJeQytS1q1pMJ3UTNjkPue9K1. Pull every transaction memo and keep the ones beginning with ELBAF0|. One of them is the manifest (ELBAF0|fdafad20|M|{…}), a plain JSON file that lists the 10,000 or so chunks and includes two SHA-256 checksums. Then gather the data memos (ELBAF0|fdafad20|D|<i>|<n>|<data>), sort them by index, and stitch the data fields together. Base64-decode the result and gunzip it. That restores the original package, including the model's code, reconstruction docs, and the weight file (elbaf.bin). You can verify everything against the SHA-256 values from the manifest. No keys or servers, simply a download will do, run it locally after. The package even contains RECONSTRUCT.md, so the instructions for rebuilding the model are preserved alongside it. Demo website: https://gateway.irys.xyz/mutable/BPwkEfMUSaeGKUHpZ1NfprUS6UZtmKuLgtni5wdMBvsk Running locally will provide optimal results.