█████╗ ██████╗ ██████╗
██╔══██╗██╔══██╗██╔════╝
███████║██████╔╝██║
██╔══██║██╔══██╗██║
██║ ██║██║ ██║╚██████╗
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝
ARC Ecosystem Contribution Hub
Stablecoin-native blockchain by Circle — USDC as gas
Automation hub for the ARC blockchain ecosystem. Includes daily points farming, contract deployments, and ecosystem monitoring tools.
Automates daily tasks on community.arc.network — ARC Architects program.
| Task | Points | Automation |
|---|---|---|
| Read 5 articles | 10 pts | ✅ |
| Watch 4 videos | 16 pts | ✅ |
| Daily login | 1 pt | ✅ |
| Total daily | 27 pts | ✅ |
| Feature | Description |
|---|---|
| Anti-detection | Randomized UA, viewport, human-like delays |
| Session persistence | Reuses cookies, avoids login every run |
| Proxy support | SOCKS5/HTTP proxy for IP rotation |
| Point tracking | Scrapes balance before/after to verify rewards |
| Telegram alerts | Sends daily results to your Telegram |
| Screenshots | Captures proof on success and failure |
- Add these secrets →
Settings → Secrets and variables → Actions:ARC_EMAIL— your ARC community emailARC_PASSWORD— your ARC community passwordARC_PROXY(optional) — proxy for IP rotationTELEGRAM_BOT_TOKEN(optional) — Telegram bot tokenTELEGRAM_CHAT_ID(optional) — your Telegram chat ID
- Workflow fires daily at 08:00 UTC
- Check logs & screenshots in
Actionstab
cd ARC-POINTS-BOT
npm install
npx playwright install chromium
# Edit .env (see .env.example)
npm start| Variable | Required | Description |
|---|---|---|
ARC_EMAIL |
✅ | ARC community email |
ARC_PASSWORD |
✅ | ARC community password |
ARC_PROXY |
optional | Proxy URL http://user:pass@ip:port |
TELEGRAM_BOT_TOKEN |
optional | Telegram bot token for alerts |
TELEGRAM_CHAT_ID |
optional | Telegram chat ID |
ARC_SESSION_FILE |
optional | Session file path (default: ./session.json) |
| Contract | Network | Address |
|---|---|---|
| DemarcoToken (DMRC) | ARC Testnet | contracts/DemarcoToken.sol |
Deploy via Remix: https://remix.ethereum.org with Injected Provider → ARC Testnet.
| Parameter | Value |
|---|---|
| RPC | https://rpc.testnet.arc.network |
| Chain ID | 5042002 |
| Gas Token | USDC |
| Explorer | testnet.arcscan.app |
| Faucet | faucet.circle.com |
- X (Twitter): @Demarco639
- ARC Community: community.arc.network
Built on ARC Testnet · USDC-native · ⚡ by Demarco639