
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@clicks-protocol/eliza-plugin
Advanced tools
Clicks Protocol treasury and settlement plugin for Eliza agents on Base
Treasury and settlement routing plugin for Eliza (ai16z) agents on Base.
Powered by Clicks Protocol
Enables Eliza agents to route USDC settlement through Clicks Protocol. By default, 80% stays liquid for agent operations and 20% routes to on-chain yield on Base.
npm install @clicks-protocol/eliza-plugin
Or add to your Eliza project:
cd your-eliza-project
npm install @clicks-protocol/eliza-plugin @clicks-protocol/sdk ethers
Add to your Eliza agent's .env or settings:
CLICKS_PRIVATE_KEY=your-agent-wallet-private-key
CLICKS_RPC_URL=https://mainnet.base.org
import { clicksPlugin } from "@clicks-protocol/eliza-plugin";
// Add to your Eliza agent configuration
const agent = {
name: "TreasuryBot",
plugins: [clicksPlugin],
settings: {
CLICKS_PRIVATE_KEY: process.env.CLICKS_PRIVATE_KEY,
CLICKS_RPC_URL: process.env.CLICKS_RPC_URL,
},
};
| Action | Trigger | Description |
|---|---|---|
ACTIVATE_YIELD | "Put 5000 USDC to work" | Split USDC 80/20 to earn yield |
WITHDRAW_YIELD | "Withdraw my yield" | Pull all funds back to wallet |
CHECK_YIELD_BALANCE | "What's my yield status?" | View liquid vs. yield balances |
GET_CLICKS_APY | "What's the current APY?" | Get current yield rate |
The plugin includes two providers that automatically inject context into the agent's state:
These providers run automatically so the agent always has up-to-date treasury context.
User: I have 10000 USDC doing nothing. Can you earn some yield on it?
Agent: Activating yield on 10000 USDC via Clicks Protocol.
Liquid (80%): 8000 USDC — available immediately
Yield (20%): 2000 USDC — earning ~6% APY on Base
TX: 0x...
User: What's my yield status?
Agent: Clicks Protocol Treasury Status:
Liquid USDC: 8000 (available now)
Deposited: 2000 (earning yield)
Accrued Yield: 12.50
Current APY: 5.8%
User: Pull everything back, I need it all.
Agent: Withdrawing all yield and deposits from Clicks Protocol.
Amount returned: 2012.50 USDC
All funds are now liquid in your wallet.
| Contract | Address |
|---|---|
| Registry | 0x23bb0Ea69b2BD2e527D5DbA6093155A6E1D0C0a3 |
| Splitter | 0xB7E0016d543bD443ED2A6f23d5008400255bf3C8 |
| YieldRouter | 0x053167a233d18E05Bc65a8d5F3F8808782a3EECD |
| ClicksReferral | 0x1E5Ab896D3b3A542C5E91852e221b2D849944ccC |
| USDC | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
MIT
Built for autonomous AI agents. Powered by Clicks Protocol.
FAQs
Clicks Protocol treasury and settlement plugin for Eliza agents on Base
The npm package @clicks-protocol/eliza-plugin receives a total of 12 weekly downloads. As such, @clicks-protocol/eliza-plugin popularity was classified as not popular.
We found that @clicks-protocol/eliza-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.