[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-1inch-1inch-swap":3,"mdc-t2zgj8-key":36,"related-org-1inch-1inch-swap":561,"related-repo-1inch-1inch-swap":678},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":10,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"1inch-swap","execute token swaps via 1inch","Quote and execute token swaps via the 1inch MCP `swap` tool: Classic (DEX aggregation), Fusion (gasless intent), and Fusion+\u002Fcross-chain. Use when the user wants best rate, gasless swap, bridge-less cross-chain, or quote comparison.",{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},"1inch","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002F1inch.png",[11,13,16,19,22],{"name":8,"slug":8,"type":12},"tag",{"name":14,"slug":15,"type":12},"Web3","web3",{"name":17,"slug":18,"type":12},"DeFi","defi",{"name":20,"slug":21,"type":12},"Trading","trading",{"name":23,"slug":24,"type":12},"Ethereum","ethereum",2,"https:\u002F\u002Fgithub.com\u002F1inch\u002F1inch-ai","2026-08-02T06:09:12.50955","MIT",0,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"1inch AI integrations — Agent Skills, MCP server configs, and marketplace distribution for Claude, Cursor, and other AI assistants","https:\u002F\u002Fgithub.com\u002F1inch\u002F1inch-ai\u002Ftree\u002FHEAD\u002Fskills\u002F1inch-swap","---\nname: 1inch-swap\ndescription: >-\n  Quote and execute token swaps via the 1inch MCP `swap` tool: Classic (DEX aggregation),\n  Fusion (gasless intent), and Fusion+\u002Fcross-chain. Use when the user wants best rate,\n  gasless swap, bridge-less cross-chain, or quote comparison.\nlicense: MIT\ncompatibility: Requires 1inch MCP server (see 1inch-mcp-server skill) with auth for execution.\n---\n\n# 1inch Swap\n\nUse the authenticated MCP tool **`swap`**. Do not hand-build calldata for normal flows.\n\n## Recommended: connect the user's wallet first (WalletConnect)\n\nUnless the user explicitly wants to sign with their own tooling (private key, cast, viem), **offer WalletConnect before executing**: pair via the `walletconnect` tool (see the `1inch-walletconnect` skill), then call `swap`. With an active session, `execute` **defaults to true** — the tool handles approve txs, EIP-712 signing, submission, and native escrow sends through the connected wallet, and the user simply approves each prompt in their wallet app. No key handling, no manual signing steps.\n\n- Set `execute: false` only when the user wants unsigned calldata \u002F typed data to sign elsewhere.\n- Set `execute: true` explicitly to require a wallet session (errors if not connected).\n\n## Modes\n\n- **Classic** — on-chain via aggregation router; user pays gas. `preferredType: \"classic\"`.\n- **Fusion** — gasless intent; resolvers fill. `preferredType: \"fusion\"`.\n- **Cross-chain** — set `dstChain`; `preferredType: \"crosschain\"`.\n\n## Approaches\n\n1. **Wallet-first (recommended):** connect via `walletconnect`, then call `swap` with `src`, `dst`, `amount`, `chain`, `from` (the connected wallet address). The user approves in their wallet.\n2. **Shortcut:** call `swap` directly. Omit `preferredType` to let the server recommend, or set it explicitly.\n3. **Full flow:** `quoteOnly: true` → compare quotes \u002F `recommended` → execute with chosen `preferredType`.\n4. **Manual Fusion\u002Fcross-chain submit (no wallet session):** after signing typed data locally, call again with `signedOrder` + `orderHash`.\n\n## Flow guides (bundled references)\n\nLoad the reference for your flow before signing or broadcasting:\n\n| Flow        | Reference                                            | MCP resource fallback                     |\n| ----------- | ---------------------------------------------------- | ----------------------------------------- |\n| Quote       | [references\u002FQUOTE.md](references\u002FQUOTE.md)           | `file:\u002F\u002F1inch-mcp\u002Fguides\u002Fswap\u002Fquote`      |\n| Classic     | [references\u002FCLASSIC.md](references\u002FCLASSIC.md)       | `file:\u002F\u002F1inch-mcp\u002Fguides\u002Fswap\u002Fclassic`    |\n| Fusion      | [references\u002FFUSION.md](references\u002FFUSION.md)         | `file:\u002F\u002F1inch-mcp\u002Fguides\u002Fswap\u002Ffusion`     |\n| Cross-chain | [references\u002FCROSSCHAIN.md](references\u002FCROSSCHAIN.md) | `file:\u002F\u002F1inch-mcp\u002Fguides\u002Fswap\u002Fcrosschain` |\n\nThe references are the primary source (they work in every client). The MCP resource URIs serve the same content live for clients that read resources.\n\nThe manual signing snippets in the references (cast \u002F Python \u002F viem) are only needed **without** a WalletConnect session — with one, the tool executes through the connected wallet automatically.\n\n## Example prompts\n\n- \"Quote swapping 100 USDC to ETH on Base\"\n- \"Swap 0.5 ETH to USDT on Arbitrum with Fusion\"\n- \"Swap 100 USDC from Ethereum to Polygon\"\n",{"data":37,"body":39},{"name":4,"description":6,"license":28,"compatibility":38},"Requires 1inch MCP server (see 1inch-mcp-server skill) with auth for execution.",{"type":40,"children":41},"root",[42,51,70,77,127,157,163,226,232,378,384,389,520,525,537,543],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"_1inch-swap",[48],{"type":49,"value":50},"text","1inch Swap",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55,57,68],{"type":49,"value":56},"Use the authenticated MCP tool ",{"type":43,"tag":58,"props":59,"children":60},"strong",{},[61],{"type":43,"tag":62,"props":63,"children":65},"code",{"className":64},[],[66],{"type":49,"value":67},"swap",{"type":49,"value":69},". Do not hand-build calldata for normal flows.",{"type":43,"tag":71,"props":72,"children":74},"h2",{"id":73},"recommended-connect-the-users-wallet-first-walletconnect",[75],{"type":49,"value":76},"Recommended: connect the user's wallet first (WalletConnect)",{"type":43,"tag":52,"props":78,"children":79},{},[80,82,87,89,95,97,103,105,110,112,118,120,125],{"type":49,"value":81},"Unless the user explicitly wants to sign with their own tooling (private key, cast, viem), ",{"type":43,"tag":58,"props":83,"children":84},{},[85],{"type":49,"value":86},"offer WalletConnect before executing",{"type":49,"value":88},": pair via the ",{"type":43,"tag":62,"props":90,"children":92},{"className":91},[],[93],{"type":49,"value":94},"walletconnect",{"type":49,"value":96}," tool (see the ",{"type":43,"tag":62,"props":98,"children":100},{"className":99},[],[101],{"type":49,"value":102},"1inch-walletconnect",{"type":49,"value":104}," skill), then call ",{"type":43,"tag":62,"props":106,"children":108},{"className":107},[],[109],{"type":49,"value":67},{"type":49,"value":111},". With an active session, ",{"type":43,"tag":62,"props":113,"children":115},{"className":114},[],[116],{"type":49,"value":117},"execute",{"type":49,"value":119}," ",{"type":43,"tag":58,"props":121,"children":122},{},[123],{"type":49,"value":124},"defaults to true",{"type":49,"value":126}," — the tool handles approve txs, EIP-712 signing, submission, and native escrow sends through the connected wallet, and the user simply approves each prompt in their wallet app. No key handling, no manual signing steps.",{"type":43,"tag":128,"props":129,"children":130},"ul",{},[131,145],{"type":43,"tag":132,"props":133,"children":134},"li",{},[135,137,143],{"type":49,"value":136},"Set ",{"type":43,"tag":62,"props":138,"children":140},{"className":139},[],[141],{"type":49,"value":142},"execute: false",{"type":49,"value":144}," only when the user wants unsigned calldata \u002F typed data to sign elsewhere.",{"type":43,"tag":132,"props":146,"children":147},{},[148,149,155],{"type":49,"value":136},{"type":43,"tag":62,"props":150,"children":152},{"className":151},[],[153],{"type":49,"value":154},"execute: true",{"type":49,"value":156}," explicitly to require a wallet session (errors if not connected).",{"type":43,"tag":71,"props":158,"children":160},{"id":159},"modes",[161],{"type":49,"value":162},"Modes",{"type":43,"tag":128,"props":164,"children":165},{},[166,184,201],{"type":43,"tag":132,"props":167,"children":168},{},[169,174,176,182],{"type":43,"tag":58,"props":170,"children":171},{},[172],{"type":49,"value":173},"Classic",{"type":49,"value":175}," — on-chain via aggregation router; user pays gas. ",{"type":43,"tag":62,"props":177,"children":179},{"className":178},[],[180],{"type":49,"value":181},"preferredType: \"classic\"",{"type":49,"value":183},".",{"type":43,"tag":132,"props":185,"children":186},{},[187,192,194,200],{"type":43,"tag":58,"props":188,"children":189},{},[190],{"type":49,"value":191},"Fusion",{"type":49,"value":193}," — gasless intent; resolvers fill. ",{"type":43,"tag":62,"props":195,"children":197},{"className":196},[],[198],{"type":49,"value":199},"preferredType: \"fusion\"",{"type":49,"value":183},{"type":43,"tag":132,"props":202,"children":203},{},[204,209,211,217,219,225],{"type":43,"tag":58,"props":205,"children":206},{},[207],{"type":49,"value":208},"Cross-chain",{"type":49,"value":210}," — set ",{"type":43,"tag":62,"props":212,"children":214},{"className":213},[],[215],{"type":49,"value":216},"dstChain",{"type":49,"value":218},"; ",{"type":43,"tag":62,"props":220,"children":222},{"className":221},[],[223],{"type":49,"value":224},"preferredType: \"crosschain\"",{"type":49,"value":183},{"type":43,"tag":71,"props":227,"children":229},{"id":228},"approaches",[230],{"type":49,"value":231},"Approaches",{"type":43,"tag":233,"props":234,"children":235},"ol",{},[236,297,322,353],{"type":43,"tag":132,"props":237,"children":238},{},[239,244,246,251,253,258,260,266,268,274,275,281,282,288,289,295],{"type":43,"tag":58,"props":240,"children":241},{},[242],{"type":49,"value":243},"Wallet-first (recommended):",{"type":49,"value":245}," connect via ",{"type":43,"tag":62,"props":247,"children":249},{"className":248},[],[250],{"type":49,"value":94},{"type":49,"value":252},", then call ",{"type":43,"tag":62,"props":254,"children":256},{"className":255},[],[257],{"type":49,"value":67},{"type":49,"value":259}," with ",{"type":43,"tag":62,"props":261,"children":263},{"className":262},[],[264],{"type":49,"value":265},"src",{"type":49,"value":267},", ",{"type":43,"tag":62,"props":269,"children":271},{"className":270},[],[272],{"type":49,"value":273},"dst",{"type":49,"value":267},{"type":43,"tag":62,"props":276,"children":278},{"className":277},[],[279],{"type":49,"value":280},"amount",{"type":49,"value":267},{"type":43,"tag":62,"props":283,"children":285},{"className":284},[],[286],{"type":49,"value":287},"chain",{"type":49,"value":267},{"type":43,"tag":62,"props":290,"children":292},{"className":291},[],[293],{"type":49,"value":294},"from",{"type":49,"value":296}," (the connected wallet address). The user approves in their wallet.",{"type":43,"tag":132,"props":298,"children":299},{},[300,305,307,312,314,320],{"type":43,"tag":58,"props":301,"children":302},{},[303],{"type":49,"value":304},"Shortcut:",{"type":49,"value":306}," call ",{"type":43,"tag":62,"props":308,"children":310},{"className":309},[],[311],{"type":49,"value":67},{"type":49,"value":313}," directly. Omit ",{"type":43,"tag":62,"props":315,"children":317},{"className":316},[],[318],{"type":49,"value":319},"preferredType",{"type":49,"value":321}," to let the server recommend, or set it explicitly.",{"type":43,"tag":132,"props":323,"children":324},{},[325,330,331,337,339,345,347,352],{"type":43,"tag":58,"props":326,"children":327},{},[328],{"type":49,"value":329},"Full flow:",{"type":49,"value":119},{"type":43,"tag":62,"props":332,"children":334},{"className":333},[],[335],{"type":49,"value":336},"quoteOnly: true",{"type":49,"value":338}," → compare quotes \u002F ",{"type":43,"tag":62,"props":340,"children":342},{"className":341},[],[343],{"type":49,"value":344},"recommended",{"type":49,"value":346}," → execute with chosen ",{"type":43,"tag":62,"props":348,"children":350},{"className":349},[],[351],{"type":49,"value":319},{"type":49,"value":183},{"type":43,"tag":132,"props":354,"children":355},{},[356,361,363,369,371,377],{"type":43,"tag":58,"props":357,"children":358},{},[359],{"type":49,"value":360},"Manual Fusion\u002Fcross-chain submit (no wallet session):",{"type":49,"value":362}," after signing typed data locally, call again with ",{"type":43,"tag":62,"props":364,"children":366},{"className":365},[],[367],{"type":49,"value":368},"signedOrder",{"type":49,"value":370}," + ",{"type":43,"tag":62,"props":372,"children":374},{"className":373},[],[375],{"type":49,"value":376},"orderHash",{"type":49,"value":183},{"type":43,"tag":71,"props":379,"children":381},{"id":380},"flow-guides-bundled-references",[382],{"type":49,"value":383},"Flow guides (bundled references)",{"type":43,"tag":52,"props":385,"children":386},{},[387],{"type":49,"value":388},"Load the reference for your flow before signing or broadcasting:",{"type":43,"tag":390,"props":391,"children":392},"table",{},[393,417],{"type":43,"tag":394,"props":395,"children":396},"thead",{},[397],{"type":43,"tag":398,"props":399,"children":400},"tr",{},[401,407,412],{"type":43,"tag":402,"props":403,"children":404},"th",{},[405],{"type":49,"value":406},"Flow",{"type":43,"tag":402,"props":408,"children":409},{},[410],{"type":49,"value":411},"Reference",{"type":43,"tag":402,"props":413,"children":414},{},[415],{"type":49,"value":416},"MCP resource fallback",{"type":43,"tag":418,"props":419,"children":420},"tbody",{},[421,448,472,496],{"type":43,"tag":398,"props":422,"children":423},{},[424,430,439],{"type":43,"tag":425,"props":426,"children":427},"td",{},[428],{"type":49,"value":429},"Quote",{"type":43,"tag":425,"props":431,"children":432},{},[433],{"type":43,"tag":434,"props":435,"children":437},"a",{"href":436},"references\u002FQUOTE.md",[438],{"type":49,"value":436},{"type":43,"tag":425,"props":440,"children":441},{},[442],{"type":43,"tag":62,"props":443,"children":445},{"className":444},[],[446],{"type":49,"value":447},"file:\u002F\u002F1inch-mcp\u002Fguides\u002Fswap\u002Fquote",{"type":43,"tag":398,"props":449,"children":450},{},[451,455,463],{"type":43,"tag":425,"props":452,"children":453},{},[454],{"type":49,"value":173},{"type":43,"tag":425,"props":456,"children":457},{},[458],{"type":43,"tag":434,"props":459,"children":461},{"href":460},"references\u002FCLASSIC.md",[462],{"type":49,"value":460},{"type":43,"tag":425,"props":464,"children":465},{},[466],{"type":43,"tag":62,"props":467,"children":469},{"className":468},[],[470],{"type":49,"value":471},"file:\u002F\u002F1inch-mcp\u002Fguides\u002Fswap\u002Fclassic",{"type":43,"tag":398,"props":473,"children":474},{},[475,479,487],{"type":43,"tag":425,"props":476,"children":477},{},[478],{"type":49,"value":191},{"type":43,"tag":425,"props":480,"children":481},{},[482],{"type":43,"tag":434,"props":483,"children":485},{"href":484},"references\u002FFUSION.md",[486],{"type":49,"value":484},{"type":43,"tag":425,"props":488,"children":489},{},[490],{"type":43,"tag":62,"props":491,"children":493},{"className":492},[],[494],{"type":49,"value":495},"file:\u002F\u002F1inch-mcp\u002Fguides\u002Fswap\u002Ffusion",{"type":43,"tag":398,"props":497,"children":498},{},[499,503,511],{"type":43,"tag":425,"props":500,"children":501},{},[502],{"type":49,"value":208},{"type":43,"tag":425,"props":504,"children":505},{},[506],{"type":43,"tag":434,"props":507,"children":509},{"href":508},"references\u002FCROSSCHAIN.md",[510],{"type":49,"value":508},{"type":43,"tag":425,"props":512,"children":513},{},[514],{"type":43,"tag":62,"props":515,"children":517},{"className":516},[],[518],{"type":49,"value":519},"file:\u002F\u002F1inch-mcp\u002Fguides\u002Fswap\u002Fcrosschain",{"type":43,"tag":52,"props":521,"children":522},{},[523],{"type":49,"value":524},"The references are the primary source (they work in every client). The MCP resource URIs serve the same content live for clients that read resources.",{"type":43,"tag":52,"props":526,"children":527},{},[528,530,535],{"type":49,"value":529},"The manual signing snippets in the references (cast \u002F Python \u002F viem) are only needed ",{"type":43,"tag":58,"props":531,"children":532},{},[533],{"type":49,"value":534},"without",{"type":49,"value":536}," a WalletConnect session — with one, the tool executes through the connected wallet automatically.",{"type":43,"tag":71,"props":538,"children":540},{"id":539},"example-prompts",[541],{"type":49,"value":542},"Example prompts",{"type":43,"tag":128,"props":544,"children":545},{},[546,551,556],{"type":43,"tag":132,"props":547,"children":548},{},[549],{"type":49,"value":550},"\"Quote swapping 100 USDC to ETH on Base\"",{"type":43,"tag":132,"props":552,"children":553},{},[554],{"type":49,"value":555},"\"Swap 0.5 ETH to USDT on Arbitrum with Fusion\"",{"type":43,"tag":132,"props":557,"children":558},{},[559],{"type":49,"value":560},"\"Swap 100 USDC from Ethereum to Polygon\"",{"items":562,"total":677},[563,578,595,610,621,635,646,654,665],{"slug":564,"name":564,"fn":565,"description":566,"org":567,"tags":568,"stars":25,"repoUrl":26,"updatedAt":577},"1inch-aqua","analyze 1inch Aqua liquidity and strategies","Read 1inch Aqua shared-liquidity analytics (maker TVL, fees, APY, strategies, activity, volume) via the MCP `aqua` tool. Use for Aqua strategy questions; prefer aqua over raw product_api.",{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[569,570,573,574],{"name":8,"slug":8,"type":12},{"name":571,"slug":572,"type":12},"Analytics","analytics",{"name":17,"slug":18,"type":12},{"name":575,"slug":576,"type":12},"Liquidity","liquidity","2026-08-02T06:09:15.665787",{"slug":579,"name":579,"fn":580,"description":581,"org":582,"tags":583,"stars":25,"repoUrl":26,"updatedAt":594},"1inch-debug","debug 1inch API request logs","Look up organization-scoped 1inch API request logs by request-id or time window via the MCP `debug` tool. Use when troubleshooting failed or unexpected API responses for the authenticated org.",{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[584,585,588,591],{"name":8,"slug":8,"type":12},{"name":586,"slug":587,"type":12},"API Development","api-development",{"name":589,"slug":590,"type":12},"Debugging","debugging",{"name":592,"slug":593,"type":12},"Logs","logs","2026-08-02T06:09:14.660681",{"slug":596,"name":596,"fn":597,"description":598,"org":599,"tags":600,"stars":25,"repoUrl":26,"updatedAt":609},"1inch-infrastructure","broadcast transactions and resolve domains","Call Web3 JSON-RPC, broadcast transactions via the Transaction Gateway, and resolve ENS\u002Fdomains through the 1inch MCP `product_api` tool.",{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[601,602,605,608],{"name":8,"slug":8,"type":12},{"name":603,"slug":604,"type":12},"Domains","domains",{"name":606,"slug":607,"type":12},"Infrastructure","infrastructure",{"name":14,"slug":15,"type":12},"2026-08-02T06:09:18.449779",{"slug":611,"name":611,"fn":612,"description":613,"org":614,"tags":615,"stars":25,"repoUrl":26,"updatedAt":620},"1inch-market-data","fetch market prices and gas data","Fetch spot token prices, gas prices, and price charts via the 1inch MCP `product_api` tool. Use when the user asks for token price, USD price, gas price, or candle\u002Fchart data.",{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[616,617,618,619],{"name":8,"slug":8,"type":12},{"name":571,"slug":572,"type":12},{"name":20,"slug":21,"type":12},{"name":14,"slug":15,"type":12},"2026-08-02T06:09:18.107229",{"slug":622,"name":622,"fn":623,"description":624,"org":625,"tags":626,"stars":25,"repoUrl":26,"updatedAt":634},"1inch-mcp-server","integrate 1inch DeFi protocols via MCP","Connect to the 1inch MCP server for documentation search, SDK examples, token swaps, limit orders, authenticated product API access, WalletConnect, Aqua analytics, and (when registered) org-scoped log lookup. Use when the user asks about 1inch integration, DeFi swaps, classic or Fusion or cross-chain flows, orderbook, portfolio, gas or spot price APIs, API keys, MCP or IDE setup, or blockchain development with 1inch.",{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[627,628,629,630,633],{"name":8,"slug":8,"type":12},{"name":586,"slug":587,"type":12},{"name":17,"slug":18,"type":12},{"name":631,"slug":632,"type":12},"MCP","mcp",{"name":14,"slug":15,"type":12},"2026-08-02T05:48:31.923459",{"slug":636,"name":636,"fn":637,"description":638,"org":639,"tags":640,"stars":25,"repoUrl":26,"updatedAt":645},"1inch-orderbook","manage 1inch limit orders","Build, sign, create, list, and cancel limit orders via the 1inch MCP `orderbook` tool (Limit Order Protocol v4.1). Use when the user wants buy\u002Fsell at a target price, maker orders, or partial fills.",{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[641,642,643,644],{"name":8,"slug":8,"type":12},{"name":17,"slug":18,"type":12},{"name":20,"slug":21,"type":12},{"name":14,"slug":15,"type":12},"2026-08-02T06:09:16.002555",{"slug":4,"name":4,"fn":5,"description":6,"org":647,"tags":648,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[649,650,651,652,653],{"name":8,"slug":8,"type":12},{"name":17,"slug":18,"type":12},{"name":23,"slug":24,"type":12},{"name":20,"slug":21,"type":12},{"name":14,"slug":15,"type":12},{"slug":655,"name":655,"fn":656,"description":657,"org":658,"tags":659,"stars":25,"repoUrl":26,"updatedAt":664},"1inch-wallet-data","query wallet portfolio and balances","Query portfolio value\u002FP&L, wallet balances, transaction history, NFTs, and token metadata via the 1inch MCP `product_api` tool. Use when the user asks about holdings, balances, history, token search, or NFT inventory.",{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[660,661,662,663],{"name":8,"slug":8,"type":12},{"name":571,"slug":572,"type":12},{"name":23,"slug":24,"type":12},{"name":14,"slug":15,"type":12},"2026-08-02T06:09:17.771867",{"slug":102,"name":102,"fn":666,"description":667,"org":668,"tags":669,"stars":25,"repoUrl":26,"updatedAt":676},"connect wallets via WalletConnect","Pair an EVM or Solana wallet via WalletConnect (non-custodial) using the 1inch MCP `walletconnect` tool, then sign messages or send transactions. Use when the user wants to connect a wallet, scan a QR, or execute with WalletConnect.",{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[670,671,672,675],{"name":8,"slug":8,"type":12},{"name":23,"slug":24,"type":12},{"name":673,"slug":674,"type":12},"Solana","solana",{"name":14,"slug":15,"type":12},"2026-08-02T06:09:14.994252",9,{"items":679,"total":677},[680,687,694,701,708,716,723],{"slug":564,"name":564,"fn":565,"description":566,"org":681,"tags":682,"stars":25,"repoUrl":26,"updatedAt":577},{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[683,684,685,686],{"name":8,"slug":8,"type":12},{"name":571,"slug":572,"type":12},{"name":17,"slug":18,"type":12},{"name":575,"slug":576,"type":12},{"slug":579,"name":579,"fn":580,"description":581,"org":688,"tags":689,"stars":25,"repoUrl":26,"updatedAt":594},{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[690,691,692,693],{"name":8,"slug":8,"type":12},{"name":586,"slug":587,"type":12},{"name":589,"slug":590,"type":12},{"name":592,"slug":593,"type":12},{"slug":596,"name":596,"fn":597,"description":598,"org":695,"tags":696,"stars":25,"repoUrl":26,"updatedAt":609},{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[697,698,699,700],{"name":8,"slug":8,"type":12},{"name":603,"slug":604,"type":12},{"name":606,"slug":607,"type":12},{"name":14,"slug":15,"type":12},{"slug":611,"name":611,"fn":612,"description":613,"org":702,"tags":703,"stars":25,"repoUrl":26,"updatedAt":620},{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[704,705,706,707],{"name":8,"slug":8,"type":12},{"name":571,"slug":572,"type":12},{"name":20,"slug":21,"type":12},{"name":14,"slug":15,"type":12},{"slug":622,"name":622,"fn":623,"description":624,"org":709,"tags":710,"stars":25,"repoUrl":26,"updatedAt":634},{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[711,712,713,714,715],{"name":8,"slug":8,"type":12},{"name":586,"slug":587,"type":12},{"name":17,"slug":18,"type":12},{"name":631,"slug":632,"type":12},{"name":14,"slug":15,"type":12},{"slug":636,"name":636,"fn":637,"description":638,"org":717,"tags":718,"stars":25,"repoUrl":26,"updatedAt":645},{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[719,720,721,722],{"name":8,"slug":8,"type":12},{"name":17,"slug":18,"type":12},{"name":20,"slug":21,"type":12},{"name":14,"slug":15,"type":12},{"slug":4,"name":4,"fn":5,"description":6,"org":724,"tags":725,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[726,727,728,729,730],{"name":8,"slug":8,"type":12},{"name":17,"slug":18,"type":12},{"name":23,"slug":24,"type":12},{"name":20,"slug":21,"type":12},{"name":14,"slug":15,"type":12}]