目标:把开源项目变成开发者型内容资产,对齐 Push Chain 官方激励(Portal Boss Quest / Faucet #gibpc / Push Cult 创作者池)。
官方 Portal:https://portal.push.org/rewards
| 官方机制 | 要求 | 你的动作 |
|---|---|---|
| Boss Quest:Create content and tag @PushChain | 发内容并 @官方,每周 10 名获奖者 | 每条推文都带 @PushChain(模板已内置) |
| Faucet #gibpc 补币 | 关注官方 + 发含 #gibpc 的推文,核实后补测试币 |
推文都带 #gibpc |
| Season 3「真实使用」导向 | 官方明确看重真实链上行为而非点按钮 | 你的内容全是真实开发记录(部署合约/链上交易哈希可查) |
| Push Cult(2000 万代币创作者池) | 创作者计划 | 持续产出教程/内容,账号养起来后申请 |
| 开发者生态 | SDK 使用、开源项目 | PushPilot 本身就是作品 |
核心策略:发「真实开发记录」,不发「喊单」。 每条内容都附可验证的链上证据(交易哈希/合约地址),这是新账号最快建立可信度的方式。
| 时间 | 动作 | 内容 |
|---|---|---|
| Day 1 | 🚀 发布推 | 项目上线 + 截图/GIF + 仓库链接 |
| Day 1 | GitHub 装修 | 按下面清单完成 |
| Day 2 | 测试网首笔交易 | 在 PushPilot 里转账,推文贴哈希 |
| Day 3 | 🧵 技术线程 | 「我怎么用 Next.js + viem + Qwen 给 Push Chain 写 AI Agent」 |
| Day 5 | 🚀 部署合约 | 用部署助手发 Storage 合约,推合约地址 |
| Day 7 | 🎬 Demo 视频 | 30-60 秒录屏:对话→签名→上链 全流程 |
| 每周 | v1.x 迭代 | 每个 feature 都是一条内容 |
🍩 Just shipped PushPilot — an open-source AI copilot for @PushChain Donut testnet.
▪️ Chat to query balances & tx status (real on-chain data, zero hallucination)
▪️ Prepare transfers → you sign in your wallet
▪️ One-click Storage contract deployment (100% EVM compat)
▪️ MCP server included
Live demo 👇 #gibpc
https://github.com/你的用户名/push-ai-agent
推1/ I built an AI agent for @PushChain testnet in a weekend.
Here's the full architecture + what I learned about universal chains 🧵 #gibpc
推2/ Stack:
• Next.js 15 + React 19 frontend
• viem public client → official Donut RPC (chain 42101)
• SSE streaming + function calling (OpenAI-compatible, works with free Qwen/GLM keys)
• Zero wallet SDK — raw EIP-1193
推3/ The key insight: Push Chain is 100% EVM-compatible, so standard tooling just works.
eth_getBalance, eth_sendTransaction, contract deployment — all vanilla JSON-RPC.
推4/ Security design: the AI can only PREPARE transactions.
prepare_transfer returns params → user signs in MetaMask → AI never touches keys.
推5/ Anti-hallucination: the system prompt forbids made-up numbers.
Every balance/block/nonce comes from a tool call. I verified: AI said block 21,456,036, RPC said 21,456,039 (3s query lag).
推6/ Bonus: an MCP server (zero deps) so Claude/Cursor can query Push Chain directly.
推7/ Full code, MIT licensed 👇
https://github.com/你的用户名/push-ai-agent
What should I build next — cross-chain via @pushchain/core universal txs? #gibpc
🚀 Deployed my first smart contract on @PushChain testnet — via AI chat.
Me: "部署一个 Storage 合约,初始值 42"
PushPilot: prepared the deploy tx → I signed in MetaMask → 1s finality.
Contract: 0x你的合约地址 🔗 https://donut.push.network/tx/0x哈希
100% EVM compatible is not a slogan — my vanilla Solidity just worked. #gibpc
🎬 30 seconds: AI → wallet signature → on-chain.
Chatted with @PushChain like a colleague, it read my balance from mainnet RPC (real data!), prepared a transfer, and my signature put it on Donut testnet.
Open source ⤵️ #gibpc
- 建公开仓库
push-ai-agent(或改名pushpilot),push 全部代码 - About 栏:
AI Copilot for Push Chain Donut Testnet — chat, transfer, deploy contracts. MCP included. - Topics:
push-chainai-agentweb3nextjsviemmcpsoliditytestnetopenai-compatible - Social preview:用
docs/screenshot.png(产品截图已生成) - 打 Release
v1.0.0(git tag) - 确认 MIT License 文件存在
- README 顶部放截图 + 功能徽章(已写好)
- Pin 仓库到个人主页
PushPilot 侧边栏已内置 🎁 Portal 直达入口(portal.push.org/rewards),推文可以引导读者:
- 做任务前先连钱包 → 用 PushPilot 查余额/发交易 → 真实链上行为正是 Season 3 强调的
- 每条推文 = Boss Quest 内容任务的候选(记得 tag @PushChain)
- Faucet 页发
#gibpc推文还有测试币补币
| 平台 | 形态 | 标题示例 |
|---|---|---|
| X | 推文/线程 | 上面的模板 |
| B站 | 录屏视频 | 《我给 Push Chain 写了个 AI 副驾驶(开源)》 |
| 掘金/知乎 | 技术长文 | 《Next.js + viem + 免费大模型:给 Push Chain 做一个 AI Agent 的完整实录》 |
| 小红书 | 图文 | 「Web3 空投新姿势:开发者这样撸」(记录向) |
| GitHub | 仓库本体 | README 即门面 |
- ❌ 不买粉/不 follow4follow/不互赞群——女巫特征明显,账号直接废
- ❌ 不发「wen airdrop / 100x」类喊单——与开发者人设冲突
- ❌ 不冒充官方(README 已注明 community project 非官方隶属)
- ❌ 不泄露 API Key/私钥截图
- ✅ 每周 2-3 条真实进度,比每天刷屏有效得多
每条推文记录到本地(或 X Analytics):
日期 | 内容类型 | 曝光 | 互动 | 链接点击 | 新 GitHub star
四周后复盘哪类内容(demo > 线程 > 截图?)值得加码。