___  ___    _ _    _  _ _____   _____
 / __|/ _ \  | | |  | || |_ _\ \ / / __|
| (_ | (_) | |_  _| | __ || | \ V /| _|
 \___|\___/    |_|  |_||_|___| \_/ |___|

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

Application for Claude Max x20 #2

BY: @spiritsurge | CREATED: April 26, 2026, 9:59 a.m. | VOTES: 351 | PAYOUT: $25.35 | [ VOTE ]

[IMAGE: https://files.peakd.com/file/peakd-hive/spiritsurge/23w3EdP4gdZqyKSuAkXvDLBLSCmY5o27xhMahNgvcQ9TSVYP3CWkwTAmftPZ1EUR8i5j5.png]

Good day,

This is an application to @deathwing for another Claude application. It ends on 30th April, and I want to proactively apply so I don't get downtime.

I am going to include the GitLab stats on what I have been working on for Hive. Please note that while the repos here are open-source on https://gitlab.syncad.com/hive/, they are far from ready. This is across 14 days. Special thanks to @blocktrades for creating the repos and to @gandalf for the runners in the pipeline (they have been a super value-add).

Headline numbers

Commits 1,501 Lines added 186,329 Lines deleted 13,476 Net +172,853 Active window 2026-04-11 → 2026-04-25 (~14 days) Pace ~107 commits/day · ~13k LOC/day net

Per-repo breakdown

Repo Commits Lines+ Lines- Net First Last velocity 478 47,581 2,806 +44,775 Apr 11 Apr 25 velocity-bridge 226 34,137 4,277 +29,860 Apr 14 Apr 19 velocity-bridge-ui 148 40,848 5,049 +35,799 Apr 19 Apr 25 velocity-identity 326 20,375 351 +20,024 Apr 22 Apr 25 velocity-js-sdk 144 15,606 266 +15,340 Apr 24 Apr 25 velocity-unity-sdk 93 6,145 70 +6,075 Apr 17 Apr 17 velocity-wallet 86 21,637 657 +20,980 Apr 23 Apr 25

Tangible results??

I have managed to complete a bridge between Hive-Engine to Solana and back

H→V→S round trip — 2026-04-19

First end-to-end live run with all three chains on the happy path.
A user on Hive publishes a real tokens.transfer to the bridge
vault; velocity auto-mirrors and re-emits a BridgeOut; Solana
devnet mints wrapped STELLARUM. One user action, four on-chain
transactions, ~3.7s wall-clock from Hive detect to Solana confirm.

Setup

What I did

One action. From spiritsurge on Hive, a real HE tokens.transfer
of 24 STELLARUM to velocity-bridge with memo:

velocity:solana:21YhDTgH86WQKsDm4gEsFsARuwoQ3HppSqfi4GeaYvgc

That's it. The rest is automatic.

[IMAGE: https://files.peakd.com/file/peakd-hive/spiritsurge/23tHbr9ynCKMoZkss7jmQY6oY9VJ33H7rMA4TneE4zxbCbTK6qsENQaEDKkjMwFAVBjA5.png]

[IMAGE: images/01-hive-op.png]

What the bridge did

Leg 1 — Hive: real HE transfer (spiritsurge → velocity-bridge)

Leg 2 — Velocity: BridgeIn credits hive-transit

[IMAGE: https://files.peakd.com/file/peakd-hive/spiritsurge/23t6zbPKWQp9FA6iUrKkahZnD5jz8Rn3gVbx7bKssNTT5qH6BqHnJMVVerUuxiPhaTrrT.png]

[IMAGE: images/02-velocity-bridge-in-block-3723.png]

Leg 3 — Velocity: BridgeOut auto-hop from hive-transit → Solana

[IMAGE: https://files.peakd.com/file/peakd-hive/spiritsurge/23t6zg8mox3xt1XeNiidtEUYYMow5wovi2CaDJ8e7zbsucz1A3b2bNwMZhV6Ya6dFs1sa.png]

[IMAGE: images/03-velocity-bridge-out-block-3724.png]

Leg 4 — Solana devnet: mint 24 wrapped STELLARUM

[IMAGE: https://files.peakd.com/file/peakd-hive/spiritsurge/23swg9tm2BBNwpRNeshC47aWLqjACdrZbVWNounNaNZbhUkrD1iBghgQhiKKjxvWUPRuF.png]

[IMAGE: images/05-solana-memo.png]

Status endpoint correlation

GET /bridge-out/8cbd0494.../status on velocity returns the Solana
side of the hop without the UI having to touch a Solana RPC:

{
  "event_hash": "8cbd0494d8c240542c33bf4b5fc43563e601cacc96e1e16c5f66860060e798b1",
  "status": "minted",
  "destination_chain": "solana",
  "destination_tx": "5wQeAC4mppDkfPJU622LGfx5QezaHN9gx6TusM6jtUCxsRgC9uPcnJsvGEThagWGLBdgNbEpwk6P2CbMVd93vteN",
  "confirmed_at_unix": 1776578437
}

[IMAGE: https://files.peakd.com/file/peakd-hive/spiritsurge/23t6zWyKaeQKVKUbPojuTP8kEhfAjXPRRa32xSxQjS2L2jdChk3Av7UfwR2SR7CFviZLn.png]

[IMAGE: images/04-bridge-out-status.png]

Timing

Event Timestamp (UTC) Hive block 105649098 produced ~06:00:30 Relayer detects deposit op 06:00:34.237 /bridge-in credits hive-transit (velocity block 3723) 06:00:34.549 /bridge-out emits event from hive-transit (velocity block 3724) 06:00:34.550 Solana mint_from_proof submitted 06:00:34.967 Solana mint confirmed 06:00:37.930

End-to-end: ~3.7s from deposit detection to Solana confirm.

There is also round trips and so on

https://gitlab.syncad.com/hive/velocity-bridge/-/blob/main/round-trip-2026-04-19-full-loop/README.md?ref_type=heads

I am not yet willing to completely divulge what this tech is and what it is meant to do. But I am making sure not to work on what @mahdiyari, who has accomplished a L1 bridge to Solana (this is an L2 bridge) or @magi.network is doing. (I will not be touching EVM)

We are all working towards the betterment of Hive. So my intention is to fill the gaps where possible. And trust me, for people wanting to build on Hive, there are many many many gaps so no need to fight over redundant gaps that everyone is trying to explore.

[IMAGE: https://files.peakd.com/file/peakd-hive/spiritsurge/244yEgK67hwmDVRsv8MzbEk1ZbhN11k1bLsN46jwLDLYRFup8Qsb9tkywRgs2qVPc3LQK.png]

[IMAGE: https://files.peakd.com/file/peakd-hive/spiritsurge/23sK4jWTt9RJL1ZGnh6VjstVb4DDQZ8KCVWygknWMpK5bhRi55BS2CEYiUKddBcvnJzmE.png]

There is a whole section of work that has been done on my games that I am not even talking about, which is on a different gitlab.

[IMAGE: https://files.peakd.com/file/peakd-hive/spiritsurge/243WcZH3NUnDzcy6oDdyNPK8pELnqtWn8w1qeXN1zH63A1NjCtm2tB8B1boa2zTBjuJyc.png]

[IMAGE: https://files.peakd.com/file/peakd-hive/spiritsurge/244AEvcRcJpRrHWvDFuesWmyoDbs7fu1dN1xrDNFR9Z9ximv2AjwApniXxz2xLsNG5oTe.png]

TAGS: [ #hivedevs ] [ #pimp ] [ #velocity ]

Replies

@hivebuzz | April 26, 2026, 12:11 p.m. | Votes: 0 | [ VOTE ]

Congratulations @spiritsurge! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

You received more than 3250 upvotes.Your next target is to reach 3500 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

@dlmmqb | April 27, 2026, 8:34 a.m. | Votes: 14 | [ VOTE ]

Beast mode!

@hivepakistan | April 27, 2026, 8:35 a.m. | Votes: 0 | [ VOTE ]

Curious about HivePakistan? Join us on Discord!

Delegate your HP to the Hivepakistan account and earn 90% of curation rewards in liquid hive!
50 HP100 HP200 HP500 HP (Supporter Badge)1000 HP
Follow our Curation Trail and don't miss voting!

Additional Perks: Delegate To @ pakx For Earning $PAKX Investment Token

Curated by dlmmqb

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>