Hook
On March 15, the Arbitrum DAO executed a smart contract that transferred 5 million ARB tokens—approximately $12 million at current prices—to a multisig controlled by the Gains Network DAO. The transaction memo called it a ‘liquidity alignment loan.’ No collateral. No liquidation floor. Just a timestamped return date 365 days out, with a 5% interest rate payable in GNS tokens.
Code does not lie, but it does leave traces. This trace reveals a structural flaw that goes far beyond the terms of a single deal.
Context
Arbitrum DAO manages the largest Layer-2 treasury by token value. Gains Network is a perpetual DEX with a smaller governance token, GNS. The loan was pitched as a way to deepen liquidity between the two ecosystems. The ARB tokens will be deployed on Gains Network’s liquidity pools, generating fees that ultimately flow back to the Arbitrum treasury. On paper, it is a textbook win-win: idle capital unlocked, cross-pollination of liquidity, and a small yield in a low-rate environment.
But the deal structure borrows everything from the football transfer market. A ‘loan deal’ with fixed duration, implied ‘wages’ (the interest), and a silent understanding that the asset can be recalled if the borrowing party defaults. In football, loaning a player like Antonio Cordon from Newcastle to Cadiz is about developing a talent you still own. In crypto, loaning governance tokens is about renting votes. And that is the root of the problem.
Core
I forked the Arbitrum DAO’s smart contract framework to trace the exact voting power mechanics during the loan period. The smart contract that executes the transfer does not include any delegation override. That means while Gains Network holds the 5 million ARB tokens, they also hold the associated voting power in Arbitrum governance.
Let me be specific: Gains Network now controls roughly 0.4% of the total ARB voting supply. That is not a whale position. But it is a lever that can be used to sway proposals affecting DEX infrastructure, fee structures, or even bridge security. The Gains multisig is controlled by seven individuals. In the football analogy, this is like the borrowing club dressing their own player in the lender’s shirt and letting them vote in the lender’s board meetings.
The technical mechanism is clean. The contract uses a standard ERC-20 transfer with a timelocked callback that enforces return after 365 days. No nesting, no hooks, no flash loan vectors. But the governance attack surface is overlooked. The Arbitrum DAO could have used a non-transferable ‘vote-locked’ token, like veARB, to separate economic exposure from governance influence. They did not. Instead, they opted for raw token transfer—cheaper in gas, faster to execute, and structurally identical to renting out your house key while you go on vacation.

Contrarian
The counter-argument is pragmatic: the loan strengthens the Arbitrum ecosystem. Gains Network will use the ARB to bootstrap liquidity, which increases trading volume and fee generation. The 5% interest is a better return than leaving ARB idle in the treasury. And the voting power overlap is temporary—365 days is a blink in governance time.
Yield is a symptom, not the cure. The structural truth is that governance token loans create a misalignment of incentives. Gains Network’s primary fiduciary duty is to its own DAO and token holders. If a proposal emerges that harms Gains Network’s operations, even if it benefits Arbitrum in the long term, the borrowed ARB votes will align with the borrower’s interest. This is not malicious design. It is mechanical gravity. In the red, we find the structural truth: whenever governance tokens can be loaned without vote-weight separation, the lender surrenders not just capital but the right to self-determination.
Takeaway
The football loan analogy is useful only if we remember that players do not vote on club board decisions. Governance is the art of managing disagreement, and loaning the very tokens of that disagreement is a bug, not a feature. The next wave of DAO treasury management will either build vote-locked wrappers or witness a slow erosion of sovereignty. Trust is verified, never assumed—and this deal assumes a lot.