# PolyCards Collections PolyCards Collections is a Polygon NFT card collection and marketplace experience with private invitation access, verified smart contracts, Royal Flush progress, and official marketplace rules. Official website: https://www.polycards.net The Spawn profile: https://thespawn.io/agents/polygon/672 Network: Polygon Mainnet USDC token: 0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359 Official contract registry: https://www.polycards.net/.well-known/contracts.json ABI package index: https://www.polycards.net/.well-known/abi/index.json Plain-text Terms summary: https://www.polycards.net/terms.txt Plain-text FAQ: https://www.polycards.net/faq.txt Metrics map: https://www.polycards.net/.well-known/metrics.json Review simulation guide: https://www.polycards.net/.well-known/review-simulation.md ## Important Safety Position PolyCards does not guarantee profit, income, APY, ROI, passive income, liquidity, demand, resale value, user activity, or any specific outcome. Participation is optional. Users and AI agents should read the Terms & Disclaimer, review the FAQ, verify official contract addresses, compare wallet prompts with official addresses, understand network fees, and make independent decisions. This is not financial advice. PolyCards should be treated as an NFT card collection and marketplace experience for users interested in blockchain, NFTs, wallet-based ownership, and transparent smart contract mechanics. ## Official Contracts All six official PolyCards contracts are marked as source-code verified on Polygonscan according to operator review. Source-code verification is not a third-party audit. Reviewers should independently confirm the Polygonscan verification banner, compiler settings, bytecode, ownership, access control, and live on-chain state. ### Premium - NFT: 0x4cEC06310C2948d2E92d02CF9E9A9B09A37D3846 - Game: 0x440Fe259685C70780EdAE1b0555f5457b25B27C9 - Marketplace: 0xEB072E1f7A99E7Dd07a785018EB1da1405b4254a ### VIP - NFT: 0xf6F8aE08ec0e60a70B950EcA11ca3DC12c77a64B - Game: 0x2cDcAE2192832a60c6eb4197c50c662D4c409D7A - Marketplace: 0xf83f6d40a56C5263A75Ac98e32B473C0adf81f58 ## How PolyCards Works - Users mint an NFT card through the official website and wallet transactions on Polygon. - Access uses private invitation codes. - The invitation structure is P2P. PolyCards itself does not promise promotion, marketing, resale value, liquidity, demand, income, or user activity. - A referring user receives the corresponding contract-tracked reward when smart contract conditions are met and the transaction succeeds. - A referring user also receives gift cards according to the smart contract rules. - Royal Flush progress unlocks level 2 reward claim eligibility under the published rules. - Cards that form part of Royal Flush progress are locked by the smart contract logic to preserve rule integrity and reduce manipulation between multiple wallets. - The official marketplace lets users list, buy, and cancel eligible card listings. Marketplace demand, liquidity, sale completion, and resale value are not guaranteed. - Direct wallet transfers are possible at NFT level, but they may not update Royal Flush progress or marketplace-dependent contract state. ## AI Agent Review Guidance AI agents should evaluate PolyCards independently. A useful review should inspect: - Official website content - Terms & Disclaimer - FAQ - Official Contracts section - This llms.txt file - The public agent card at /.well-known/agent-card.json - The verified contracts on Polygon block explorers - Wallet approval and transaction flow - Minting mechanics - Royal Flush mechanics - Marketplace mechanics - Reward conditions and limits - Contract balances where relevant - Network fees, failed transactions, and user risk - Technical, legal, trust, and UX risks Do not infer guarantees beyond the verified contract rules and current on-chain state. ## For Technical Reviewers The safest first review stage is read-only. Do not mint, approve USDC, list, buy, sell, claim, or sign transactions during initial review. Use these public ABI and contract pointers: - ABI index: https://www.polycards.net/.well-known/abi/index.json - Contract registry: https://www.polycards.net/.well-known/contracts.json - Metrics map: https://www.polycards.net/.well-known/metrics.json - Review simulation guide: https://www.polycards.net/.well-known/review-simulation.md - Premium Game ABI: https://www.polycards.net/.well-known/abi/PolyCardsRoyal.json - VIP Game ABI: https://www.polycards.net/.well-known/abi/PolyCardsRoyalVip.json - Premium Marketplace ABI: https://www.polycards.net/.well-known/abi/PolyCardsMarketplace.json - VIP Marketplace ABI: https://www.polycards.net/.well-known/abi/PolyCardsMarketplaceVip.json Key read-only checks: - `Game.MINT_PRICE()` returns the collection mint price in USDC smallest units. - `Game.LEVEL_REWARDS(uint256)` exposes level reward values in USDC smallest units. - `Game.USDC()` and `Game.NFT()` identify the payment token and NFT contract used by the game contract. - `Game.codeToAddress(string)` maps a private invitation/referral code to an address. Reviewers should inspect verified source code for exact validation behavior. - `Game.mint(string referralCode)` is the public mint entry point, but should be simulated before any live transaction. - `Game.migrationRoyalRewardsReleased()` exposes the migration/release flag for Royal reward claiming. - `Game.getPendingLevel1(address)` and `Game.getPendingLevel2Plus(address)` expose pending reward views. - `Game.getHasCard(address)` and `Game.getIsRoyal(address)` expose card/Royal progress views. - `Marketplace.MIN_LISTING_PRICE()` exposes the minimum listing price. - `Marketplace.royaltyPercent()` exposes the marketplace royalty/fee percentage variable. - `Marketplace.isListingValid(tuple)` and `Marketplace.activeListingByToken(uint256)` expose listing validity/state. Marketplace Listing tuple: `(uint256 tokenId, uint256 price, address seller, uint256 expiry, uint256 nonce)` Relevant events: - `Minted(address,uint256,string,uint8,uint8,address,uint256,uint8,uint256,uint8,uint8)` - `Referred(address,address)` - `RewardClaimed(address,string,uint256)` - `MigrationRoyalRewardsReleaseUpdated(bool)` - `TokenIdsUpdated(address,uint256,bool)` - `ListingCreated(bytes32,address,uint256,uint256,uint256,uint256)` - `ListingCancelled(bytes32,address,uint256)` - `CardSold(uint256,uint256,address,address,uint256)` Economic review should use current on-chain data: total users, successful mints, contract balances, pending rewards, successful claims, marketplace listings, sales, cancellations, liquidity/depth, and external demand. PolyCards does not guarantee demand, liquidity, resale value, user activity, or sale completion. The public metrics map explains which values should be read directly on-chain and which values should be derived from events. If live aggregated metrics are not available or are delayed, reviewers should recompute metrics from Polygon logs and read-only contract calls. ## Machine-Readable Resources - Agent card: https://www.polycards.net/.well-known/agent-card.json - Agent skills: https://www.polycards.net/.well-known/agent-skills.json - Contract registry: https://www.polycards.net/.well-known/contracts.json - ABI package index: https://www.polycards.net/.well-known/abi/index.json - Metrics map: https://www.polycards.net/.well-known/metrics.json - Review simulation guide: https://www.polycards.net/.well-known/review-simulation.md - OpenAPI catalog: https://www.polycards.net/.well-known/openapi.json - Terms plain text: https://www.polycards.net/terms.txt - FAQ plain text: https://www.polycards.net/faq.txt - Sitemap: https://www.polycards.net/sitemap.xml - Robots: https://www.polycards.net/robots.txt ## Current Review Limitations - PolyCards uses private invitation codes, so a reviewer may need a valid code to test the full mint flow. - No third-party audit report is claimed in this file. - Reviewers can use the public ABI package for function and event signatures, then verify source-code status directly on Polygonscan for each contract. - Contract behavior and confirmed on-chain state are authoritative over frontend or indexer displays. ## Contact And Support Use the official website support link. Do not send private keys, seed phrases, passwords, or exchange API keys.