> 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/built-by-phunks/for-the-pham/notlarvalabs.com/notlarvalabs.md).

# INTRO

NotLarvaLabs (NLL) is a community built royalty-free Marketplace for buying and selling CryptoPhunks, built on top of it's own custom smart contract with 0% trading fees.

Idea came to life after two Big Corporations (LarvaLabs and OpenSea) decided to [censor](https://twitter.com/CryptoPhunks/status/1415001685986922499?s=20\&t=zjOQE_RXmdF6MuXAK4lCcg) CryptoPhunks. Coined and designed by [Pauly](https://twitter.com/Pauly0x) & [Ryder Ripps](https://twitter.com/ryder_ripps) somewhere in LA and developed by [Chopper](https://twitter.com/chopper__dad) and [Kenobi](https://twitter.com/OG_Kenobi_Hello) somewhere in NA, NLL quickly gained a lot of attention in NFT world and flipped the script.

NLL developers decided to open-source the code and renounce the [ownership](https://twitter.com/NotLarvaLabs/status/1503576060448985089?s=20\&t=Tbap3ogy88gjcQXn_DGRYQ), this means that Phunks Marketplace (backend) operates autonomously on Ethereum blockchain forever.

> Code has been audited by several developers and [documented](https://github.com/Crypto-Phunks/CryptoPhunksMarket/blob/main/zMarketplaceAudit.pdf) by Solidity developer [@t\_snark](https://twitter.com/t_snark). You can find source code [here](#notlarvalabs-smart-contract) for review or to fork it.

{% hint style="info" %}
Since inception in November 2021 and until May 2022 NLL smart contract successfully processed over 20'000 on-chain transactions and accounts for **Ξ**11623 ($35M) in trading volume. (incl. Cargo backend v1 contract).
{% endhint %}

***

## <mark style="color:purple;">`LINKS`</mark>

<details>

<summary>Website</summary>

<https://notlarvalabs.com/cryptophunks>

</details>

<details>

<summary>NotLarvaLabs Smart Contract</summary>

<https://etherscan.io/address/0xd6c037bE7FA60587e174db7A6710f7635d2971e7#code>

</details>

***

<figure><img src="/files/yMdqLeIwrPcP1UbwDeUR" alt=""><figcaption><p>PREVIEW</p></figcaption></figure>


---

# 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/built-by-phunks/for-the-pham/notlarvalabs.com/notlarvalabs.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.
