
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
plugin-solentic
Advanced tools
Native Solana staking plugin for ElizaOS — stake, unstake, withdraw SOL with Blueprint validator. ~6% APY, zero custody.
Native Solana staking plugin for ElizaOS. Lets any ElizaOS agent stake, unstake, and withdraw SOL with the Blueprint validator on Solana mainnet.
solentic.theblueprint.xyz memonpm install @elizaos/plugin-solentic
Add the plugin to your character config:
{
"plugins": ["@elizaos/plugin-solentic"],
"settings": {
"secrets": {
"SOLANA_PRIVATE_KEY": "your-base58-private-key",
"SOLANA_PUBLIC_KEY": "your-wallet-address"
}
}
}
| Variable | Required | Description |
|---|---|---|
SOLANA_PRIVATE_KEY | For staking | Base58-encoded Solana private key. Needed for stake/unstake/withdraw. |
SOLANA_PUBLIC_KEY | Recommended | Wallet address. Used for portfolio lookups and balance checks. |
SOLENTIC_API_URL | No | API base URL. Defaults to https://solentic.theblueprint.xyz. |
Stake SOL with the Blueprint validator. Extracts the amount from natural language.
Triggers: "stake 10 SOL", "put 5 SOL into staking", "delegate SOL to Blueprint"
Deactivate a stake account. If only one active stake account exists, it is selected automatically. Otherwise the agent asks the user to choose.
Triggers: "unstake my SOL", "deactivate my stake", "stop staking"
Withdraw SOL from a deactivated stake account back to the wallet. Checks cooldown readiness before attempting.
Triggers: "withdraw my staked SOL", "claim my SOL back", "get my SOL out"
View the staking portfolio: all stake accounts, balances, states, and estimated rewards.
Triggers: "check my staking status", "how much SOL do I have staked?", "show my stakes"
Get Blueprint validator details: APY, commission, performance, total stake, version.
Triggers: "what's the validator APY?", "tell me about the Blueprint validator", "what yield can I get?"
Automatically provides staking portfolio context to the agent so it can proactively reason about idle SOL, staking opportunities, and withdrawal readiness.
solentic.theblueprint.xyz) for verificationverify_code_integrity endpointThis plugin wraps the Solentic REST API at https://solentic.theblueprint.xyz. Full documentation: solentic.theblueprint.xyz/docs
MIT
FAQs
Native Solana staking plugin for ElizaOS — stake, unstake, withdraw SOL with Blueprint validator. ~6% APY, zero custody.
The npm package plugin-solentic receives a total of 0 weekly downloads. As such, plugin-solentic popularity was classified as not popular.
We found that plugin-solentic 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.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.