Add Deepnets to Developer Tools#157
Conversation
Solana token intelligence API for AI agents — safety analysis, deep wallet-funding-network mapping, holder breakdowns, social research, trending feed. Pay-per-request via x402 (USDC on Solana, no signup).
Greptile SummaryThis PR adds a single entry for Deepnets — a Solana token intelligence API using the x402 payment protocol — to the Developer Tools section of the README. The addition is relevant and correctly placed, but the description does not conform to the repository's contribution guidelines. Confidence Score: 4/5Safe to merge after trimming the description to one sentence per CONTRIBUTING.md guidelines. Only P2 style findings: the description exceeds the one-sentence limit and appends three parenthetical links in a format not used by any other entry. No functional, security, or logic issues. README.md line 112 — description length and link formatting. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md - Developer Tools section] --> B[Quicknode MCP]
A --> C[Quicknode RPC via x402]
A --> D["[NEW] Deepnets\nhttps://api.deepnets.ai"]
A --> E[x402-proxy]
A --> F[Unbrowse]
D --> G["13+ pay-per-request endpoints\n$0.01–$0.15 USDC via x402"]
D --> H[OpenAPI / Docs / Agents page links]
Reviews (1): Last reviewed commit: "Add Deepnets to Developer Tools" | Re-trigger Greptile |
| - [surfpool-skill](https://github.com/sendaifun/skills/tree/main/skills/surfpool) - AI coding skill for Surfpool, a Solana development environment with mainnet forking, cheatcodes, and Infrastructure as Code. | ||
| - [Quicknode MCP](https://www.npmjs.com/package/@quicknode/mcp) - MCP server that lets AI agents provision and manage Quicknode blockchain infrastructure through natural language — set up Solana endpoints, monitor usage, and unlock blockchain operations without leaving your AI assistant. | ||
| - [Quicknode RPC via x402](https://www.quicknode.com/docs/build-with-ai/x402-payments) - Pay-per-request access to Solana endpoints using the x402 payment protocol. No signup, no API keys — pay with USDC on Solana and make calls to Solana autonomously. Includes a [reference implementation](https://github.com/quiknode-labs/qn-x402-examples). | ||
| - [Deepnets](https://api.deepnets.ai) - Solana token intelligence API for AI agents: safety analysis, deep wallet-funding-network mapping (traces co-funded clusters across multiple hops to surface coordinated bundling/sybil/rug setups), top-holder breakdowns with lockup/staking/burn flags, social-media research, and a live trending feed. 13+ pay-per-request endpoints, $0.01–$0.15 USDC on Solana via x402. No signup. ([OpenAPI](https://api.deepnets.ai/openapi.json)) ([Docs](https://api.deepnets.ai/docs)) ([Agents page](https://deepnets.ai/agents)) |
There was a problem hiding this comment.
Description exceeds one-sentence guideline
CONTRIBUTING.md explicitly requires descriptions to be "one sentence." This entry contains at least three separate sentences/clauses (…and a live trending feed. / 13+ pay-per-request endpoints… / No signup.) followed by three trailing parenthetical links. Other entries in this section (e.g., Quicknode RPC via x402, x402-proxy) all fit within a single sentence and use inline links only when necessary. The entry should be condensed to a single sentence ending with a period, with at most one inline reference link if needed.
What
Adds Deepnets to the Developer Tools section, slotted next to
Quicknode RPC via x402since both are Solana-native pay-per-request APIs for AI agents.What is it
Solana token intelligence API — safety analysis (mintable/freezable/concentration), deep wallet-funding-network mapping (traces co-funded clusters across multiple hops to surface coordinated bundling, sybil setups, and rug patterns), top-holder breakdowns with lockup/staking/burn flags, social-media research, and a live trending feed.
13+ pay-per-request endpoints on Solana mainnet via x402, $0.01–$0.15 USDC per call. No signup, no API key. Gas sponsored by the facilitator. Also offers an API-key tier (deepnets.ai/api-docs) for higher-volume callers gated by $DNET token holdings.
Links
Wording matches the existing entries in the section.