{"id":31127257,"url":"https://github.com/polymersnetwork/poly-token","last_synced_at":"2025-09-17T23:54:03.408Z","repository":{"id":311873200,"uuid":"1045400053","full_name":"PolymersNetwork/poly-token","owner":"PolymersNetwork","description":"POLY is the native utility and rewards token of the Polymers Network, powering a circular economy for plastics through blockchain, incentives, and transparency.","archived":false,"fork":false,"pushed_at":"2025-08-27T07:25:05.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-27T14:13:37.052Z","etag":null,"topics":["anchor-lang","dapp","governance","recycling","rewards-platform","solana","token","tokenization","utility"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PolymersNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-27T05:33:31.000Z","updated_at":"2025-08-27T07:25:09.000Z","dependencies_parsed_at":"2025-08-27T14:14:33.187Z","dependency_job_id":"02cb50af-ce73-4259-9c2e-077d914816c7","html_url":"https://github.com/PolymersNetwork/poly-token","commit_stats":null,"previous_names":["polymersnetwork/poly-token"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/PolymersNetwork/poly-token","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolymersNetwork%2Fpoly-token","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolymersNetwork%2Fpoly-token/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolymersNetwork%2Fpoly-token/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolymersNetwork%2Fpoly-token/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PolymersNetwork","download_url":"https://codeload.github.com/PolymersNetwork/poly-token/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolymersNetwork%2Fpoly-token/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275685712,"owners_count":25509533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anchor-lang","dapp","governance","recycling","rewards-platform","solana","token","tokenization","utility"],"created_at":"2025-09-17T23:54:02.063Z","updated_at":"2025-09-17T23:54:03.402Z","avatar_url":"https://github.com/PolymersNetwork.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🪙 POLY Token\n\n**POLY** is the native utility and rewards token of the **Polymers Network**, powering a circular economy for plastics through blockchain, incentives, and transparency.\n\n---\n\n## 📌 Overview\n\n* **Token Name:** Polymers Token\n* **Symbol:** `PLY`\n* **Blockchain:** Solana\n* **Token Standard:** SPL Token (Solana Program Library)\n* **Decimals:** 9\n* **Use Cases:**\n\n  * Rewards for recycling \u0026 sustainability actions\n  * Governance and voting in the Polymers DAO\n  * Staking to support validators and earn yield\n  * Access to premium features in the Polymers ecosystem\n  * Trading on Solana DEXes (Raydium, Jupiter, Orca)\n\n* **CA:** PLYKdaCUgxTUw6rSjWbgSN97Qtecb6Fy6SazWf1tvAC\n\n---\n\n## 🔄 Token Flow\n\n```mermaid\nflowchart LR\n    A[Citizens \u0026 Businesses] --\u003e|Recycle Plastic / Offset Carbon| B[Earn POLY]\n    B --\u003e C[Stake POLY]\n    B --\u003e D[Trade POLY on DEX]\n    C --\u003e E[Validators / DAO]\n    E --\u003e F[Governance \u0026 Rewards]\n    F --\u003e A\n```\n\n---\n\n## 📊 Tokenomics\n\n* **Total Supply:** `18,440,000,000 POLY`\n* **Distribution:**\n\n  * ♻️ Community Rewards (40%) → `7.376B POLY`\n  * 🏢 Businesses \u0026 Partnerships (20%) → `3.688B POLY`\n  * ⚙️ Development \u0026 Ecosystem (20%) → `3.688B POLY`\n  * 🛡️ Treasury \u0026 DAO (15%) → `2.766B POLY`\n  * 👥 Team \u0026 Advisors (5%) → `922M POLY`\n\n---\n\n## 🛠️ Installation \u0026 Usage\n\n### Install SPL Token tools\n\n```bash\nnpm install @solana/spl-token @solana/web3.js\n```\n\n### Example: Fetch POLY balance\n\n```ts\nimport { Connection, PublicKey } from \"@solana/web3.js\";\n\nconst POLY_MINT = new PublicKey(\"YOUR_POLY_MINT_ADDRESS\");\n\nasync function getPolyBalance(wallet: string) {\n  const connection = new Connection(\"https://api.mainnet-beta.solana.com\");\n  const owner = new PublicKey(wallet);\n  const accounts = await connection.getParsedTokenAccountsByOwner(owner, { mint: POLY_MINT });\n  \n  if (accounts.value.length \u003e 0) {\n    return accounts.value[0].account.data.parsed.info.tokenAmount.uiAmount;\n  }\n  return 0;\n}\n```\n\n---\n\n## 🌍 Integrations\n\n* **Price Data APIs:**\n\n  * [Jupiter](https://jup.ag/)\n  * [Birdeye](https://birdeye.so/)\n  * [Dexscreener](https://dexscreener.com/)\n  * [Raydium](https://raydium.io/)\n\n* **Wallets Supported:**\n\n  * Phantom\n  * Solflare\n  * Backpack\n  * Base\n\n---\n\n## 📜 License\n\nMIT © 2025 Polymers Network\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolymersnetwork%2Fpoly-token","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolymersnetwork%2Fpoly-token","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolymersnetwork%2Fpoly-token/lists"}