Native-ETH market and bid book for the broken CryptoPunks. PunksMarket.sol is a smart contract that interacts with the CryptoPunks contract deployed by LarvaLabs on June 9th 2017. It facilitates safe buys and sells, which hasn't been possible before as the original marketplace code had a bug: It credited sale proceeds to the wrong account. Selling directly is unsafe, which is why the V1 market sat broken for years. Still, these are the first CryptoPunks LarvaLabs ever deployed — the initial release, retired only once the bug surfaced. Like a misprinted first edition or an error coin pulled from circulation, their value to collectors is historical: the artifact behind everything that came after. LarvaLabs treated the working marketplace as an essential part of the artwork, redeploying the collection with the fixed CryptoPunksMarket.sol contract once the bug surfaced. The broken collectibles were left largely untouched for years, but remained in circulation and eventually sparked interest. Wrappers became the workaround. A wrapper mints a new ERC-721 backed by an underlying punk and lets collectors trade that derivative on standard marketplaces. The tradeoff is that the original contract is bypassed entirely: every sale moves the wrapper, not the original token, and LarvaLabs' marketplace stays silent — no transfers or sales are written onto the artifact itself. Most of the trading since early 2022 has happened on Frank's V1 wrapper, which gave these punks a real market when none existed. This contract aims to route that activity back to the original CryptoPunks contract.