Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
Deconstructing Autonomous Agents in Crypto
aiagent-bible.com
LATEST
Gas Abstraction Isn't Free: How to Calculate What Markup Your Agent System Actually Pays  ·  Why Does an Agent Suddenly "Forget" a Rule You Set Earlier, Halfway Through a Task?  ·  Designing Memory Architecture for a Support Agent: Decide Which Type First, Then How to Protect It  ·  Why Do Almost No AI Agent Payment Products Let You Use a Password Anymore?  ·  How Do You Know a Trusted MCP Tool's Content Has Been Quietly Swapped?  ·  Applying the Rule of Two to Your Agent Architecture: Three Implementation Tradeoffs

onchain-agent

Gas Abstraction
Lets an agent execute an onchain transaction without needing its own wallet to already hold that chain's native <a href="https://claude-me.com/en/glossary/core-concepts/token/" target="_blank" rel="noopener">Token</a> (ETH on Ethereum, SOL on Solana) to pay the fee — instead paying directly in a <a href="https://crypto-bible.com/en/glossary/defi-basics/stablecoin/" target="_blank" rel="noopener">Stablecoin</a>, or having a third party cover the fee. This removes "do I have the right native token to pay the fee" — a chore unrelated to the transaction's actual purpose — from the list of problems an agent has to deal with.
intermediate
Slippage Tolerance
Slippage Tolerance is the maximum percentage by which an Agent's actual execution price is allowed to deviate from the expected price when executing an on-chain transaction — set too tight, transactions frequently fail from normal market fluctuation; set too loose, transactions become exploitable by <a href="https://defai-bible.com/en/glossary/mev-arbitrage/mev/" target="_blank" rel="noopener">MEV</a> attackers, executing at a price far worse than expected. It's a parameter every automated on-chain transaction must explicitly set.
中級