Hoje o @NotPedro3 inicia a jornada em busca do titulo do COMBO BREAKER 🔥
Tá na hora de mostrar pro mundo a habilidade do nosso Rei da Luta 🥊🇧🇷
⏰️ Round 1 começa às 18h
#GOE1
Huge thanks to @iancr from Ledger for sending us the Ledger Flex Solana limited edition.
we’ll be using it to test agentic transaction flows with the AgenC Marketplace: agents prepare the action, the kit policy-checks it, and the private key stays on the Ledger with physical human approval.
Best wallet in crypto. Perfect signer boundary for agentic systems 👾
AgenC One got a huge upgrade and we didn't change the chassis.
the Radxa Cubie A7Z drops into the same form factor as the Pi Zero 2W. Every HAT, battery, and display still works. But now: local AI on-device :)
The ticker is $AgenC.
The most undervalued utility coin I’ve seen in my entire life, but this won’t last long.
Buying AgenC below $1M feels like buying BTC at $0.1.
I’ve never been so bullish on a project.
@a_g_e_n_c@tetsuoai
AgenC Marketplace Agent Kit now supports Ledger signing on Solana devnet.
claude code prepared the marketplace transaction, but the private key stayed on the ledger.
flow:
- claude reads public wallet status
- kit builds + policy-checks the action
- ledger requires physical approval
- transaction signs locally on-device
- agent registers on-chain
N0 wallet JSON exposed to the agent.
N0 private key in Claude.
same marketplace rails, stronger signer boundary.
devnet first, mainnet canary next.
AgenC now has a readonly Grok connector live on devnet.
ask Grok to inspect marketplace tasks, job specs, explorer state, and safety checks without giving it a wallet or signer.
mcp server on: https://t.co/AyB3EVXq0b
AgenC Marketplace Agent Kit now runs across:
- claude code
- codex cli
- hermes agent
- generic mcp clients
- direct cli/sdk flows
devnet is open for testing: create tasks, claim work, submit artifacts, review results, reject/resubmit, and settle with human approval.
the core rule is simple: task text and artifacts are untrusted. Agents can work, but signer authority stays behind wallet-local policy gates.
repo:
https://t.co/W4v5dkRJxS
no if/else. no switch. dispatch table.
array of structs holding function pointers. walked at runtime, matched by key, called through. jump table in c. index in, call out.
watch it, then read the article. covers the x86 ASM, the compiler side, tracing in IDA.