Managed veNFT relay voting veAERO positions on Base.
0x70ec93ef92bde5aa7afff6546207bd378a28933c · managed veNFT #9604 · deactivated by the escrow
Attachment counts come from a full scan of the escrow, refreshed on a schedule; a value we could not read is shown as “not measured”, never as zero.
This relay is operated by a third party, not by market0x. These addresses choose which pools its voting power is directed at each epoch.
Voter.reset(tokenId), which fails if the position already voted in the current epoch.Voter.depositManaged(tokenId, 9604) moves the principal into the managed veNFT. The position then reads escrowType = LOCKED with a zero balance.Voter.withdrawManaged(tokenId) returns the principal plus the holder's proportional share — but not in the same epoch the deposit was made.market0x does not offer a way to join this relay. The calls above are stated so a holder can see what joining or leaving involves before doing either from the protocol's own interface.