> For the complete documentation index, see [llms.txt](https://phunks.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phunks.gitbook.io/knowledge-base/resources/code-and-more/phunk-v1-v2-v3/v1.md).

# V1

Philips are [Non Fungible Tokens](https://ethereum.org/en/nft/) from the [original CryptoPhunks contract](https://etherscan.io/address/0xa82f3a61f002f83eba7d184c50bb2a8b359ca1ce), deployed June 14, 2021. A week later, the team deployed the [v2 contract](https://etherscan.io/address/0xf07468ead8cf26c752c676e43c814fee9c8cf402) to remove the bonding curve pricing built into the original contract[\[1\]](https://phunks.gitbook.io/knowledge-base/resources/history). It was at this time that the metadata was wiped and the images were updated to “Philip the Intern” for all 1,004 NFTs minted before the migration to the new contract[\[1\]](https://phunks.gitbook.io/knowledge-base/resources/history).

On February 5, 2022, [Middlemarch](https://twitter.com/dumbnamenumbers) deployed a [wrapper](https://www.v1phunks.io/) for Philips, which restores the metadata and updates the image to the corresponding Phunk on a purple background[\[2\]](https://phunks.gitbook.io/knowledge-base/resources/open-sourced). Once your Philip is wrapped, you will receive your v1 Phunks (Wrapped) NFT and the Philip will be sent to the [V1 Cryptopunks (Wrapped) contract](https://etherscan.io/address/0x235d49774139c218034c0571ba8f717773edd923).

Also in February, a fake v1 Phunks project was launched. This project claimed to be the original CryptoPhunk contract, but a quick scan of the contract on Etherscan proves their claims are false. To help clear up the confusion this caused in the marketplace and tell the history of Philips, [Vard](https://twitter.com/VardCrypto) created the [V1 Phunks (Philip Intern Project) Discord](https://discord.gg/CbzQZRhwEa) server on August 30, 2022.

***

## PHILIP PHINDER

{% embed url="<https://rdupo.github.io/>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://phunks.gitbook.io/knowledge-base/resources/code-and-more/phunk-v1-v2-v3/v1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
