List a Collection
Anyone can list an NFT collection on cc0strategy by paying a 199 USDC listing fee.
Why List a Collection?
Once your collection is listed:
- •Holders can deploy tokens linked to your collection
- •Trading fees flow to your NFT holders
- •Your collection appears on cc0strategy.fun
Listing Fee
| Fee | Amount |
|---|---|
| Price | 199 USDC |
| Payment | Base or Ethereum |
| Recipient | Treasury |
How to List
Via Web Interface
- •Go to cc0strategy.fun/browse ↗
- •Click "List a Collection"
- •Enter your NFT collection contract address
- •Select the chain (Base or Ethereum)
- •Choose payment chain (USDC on Base or Ethereum)
- •Pay 199 USDC
- •Collection is listed immediately
Via SDK
typescript
import { CC0Strategy } from "cc0strategy-sdk";
const sdk = new CC0Strategy({ chain: "base", walletClient });
const result = await sdk.listCollection({
collectionAddress: "0x...",
collectionChain: "base",
paymentChain: "base",
});
console.log("Listed:", result.collection.name);Requirements
Your collection must be:
- •ERC-721 compliant
- •Deployed on Base or Ethereum
- •Not already listed
After Listing
- •Collection appears on /browse immediately
- •NFT holders can deploy tokens
- •Trading fees are distributed to holders