# Sawyer Cutler > Sawyer Cutler — VP Developer Success at SKALE. Writing about AI agents, blockchain infrastructure, and the machine economy. ## My Projects A collection of open source projects spanning AI agents, blockchain, payments, privacy, and developer infrastructure. ### AI AI inference, privacy, transcription, and general agent infrastructure (non-crypto). | Project | Description | Tags | Links | | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | --------------------------------------------------------------------------- | | AI SDK Privacy Filter Middleware | My Vercel AI SDK middleware that redacts PII from chat messages using Transformers.js. Runs locally — no API calls. | Privacy, TypeScript | [GitHub](https://github.com/TheGreatAxios/ai-sdk-privacy-filter-middleware) | | Agent Skills | My collection of reusable agent skills, workflows, and patterns for AI engineering and automation. | Skills | [GitHub](https://github.com/thegreataxios/agent-skills) | | LLMs.txt Generator | My utility for generating clean llms.txt and llms-full.txt outputs from documentation sources. | CLI | [GitHub](https://github.com/TheGreatAxios/llms-txt-generator) | | Nanobot Railway Template | My one-click deploy template for nanobots on Railway with web-based config UI. Supports 5+ platforms, 15+ LLM providers. | Template, Bot | [GitHub](https://github.com/thegreataxios/nanobot-railway-template) | | Prawl | My browser automation CLI for AI agents using Bun.WebView. \~63MB self-contained binary with MCP support. | CLI, Browser | [GitHub](https://github.com/thegreataxios/prawl) | | Privacy Python Server | My privacy-first AI server with local PII redaction using Transformers.js. Runs entirely offline with no external API calls. | Privacy, Python | [GitHub](https://github.com/TheGreatAxios/privacy-python-server) | | Video Transcription Modal | My CPU-optimized transcription service on Modal using faster-whisper with INT8 quantization. SRT/VTT/JSON output, MCP-compatible CLI. | Whisper | [GitHub](https://github.com/thegreataxios/video-transcription-modal) | ### Blockchain Onchain infrastructure — agents, payments, privacy, bridging, EVM developer tools. | Project | Description | Tags | Links | | ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ---------------------------------------------------------------------------------------------------------- | | Agent0 CLI | My CLI for agent0-ts SDK — agent portability, discovery, trust. Register agents on-chain via ERC-8004. | CLI, ERC-8004 | [GitHub](https://github.com/thegreataxios/agent0-cli) | | Agent0 Skills | Skills I wrote for the Agent0 protocol — agent discovery, reputation, and on-chain coordination workflows. | Skills | [GitHub](https://github.com/agent0lab/skills) | | Agent0 Subgraph | A multi-chain subgraph I contributed to for indexing ERC-8004 Trustless Agents. GraphQL APIs for discovery, reputation, validation. | ERC-8004, The Graph, Contributor | [GitHub](https://github.com/agent0lab/subgraph) | | Agent0 Watchtower | My monitoring and watchdog tooling for Agent0 operations and reliability workflows. | ERC-8004 | [GitHub](https://github.com/TheGreatAxios/watchtower) | | Armory | My opinionated TypeScript x402 SDK focused on delivering the best developer experience. | x402, SDK | [GitHub](https://github.com/thegreataxios/armory) · [Website](https://armory.sh) | | Awesome x402 | A curated resources list I maintain for the x402 ecosystem: specs, repos, SDKs, facilitators, tutorials. | x402, Resources, Contributor | [GitHub](https://github.com/merit-systems/awesome-x402) | | BITE Extension | A BITE Confidential Wallet extension I contributed to for managing viewer keys and confidential token balances. | Browser, SKALE, Contributor | [GitHub](https://github.com/skalenetwork/bite-extension) | | BITE TypeScript | A TypeScript library I contributed to for encrypting transaction data using the BITE protocol. | SKALE, Encryption, Contributor | [GitHub](https://github.com/skalenetwork/bite-ts) | | Confidential Poker | My AI Texas Hold'em game where 6 agents with unique personalities play against each other. Foundry/Hono/Next.js stack. | Solidity, Game | [GitHub](https://github.com/thegreataxios/confidential-poker) | | EIP-3009 Forwarder | My production-ready EIP-3009 forwarder contracts to accelerate x402 adoption on EVM chains. | x402, Solidity | [GitHub](https://github.com/TheGreatAxios/eip3009-forwarder) | | FAIR Documentation | Technical documentation and guides I wrote for the Fairchain ecosystem and infrastructure. | Docs | [GitHub](https://github.com/thegreataxios/docs.fairchain.ai) · [Site](http://docs-fairchain-ai.pages.dev/) | | Faremeter | A universal machine payments framework I contributed to with plugin system for x402, MPP, L402 standards. | x402, MPP, Contributor | [GitHub](https://github.com/faremeter/faremeter) · [Website](https://faremeter.xyz) | | Gasless SDK | My Rust implementation of gasless transaction infrastructure for seamless user experiences without gas fees. | SDK, Rust | [GitHub](https://github.com/Dirt-Road-Development/gasless-rs) | | Markdown Fetch | My agentic tool that converts content to markdown via API. | x402, App | [Website](https://markdownfetch.com) | | Metaport | A TypeScript widget I contributed to for embedding IMA bridging into any SKALE dApp. | SKALE, Bridge, Contributor | [GitHub](https://github.com/skalenetwork/metaport) | | MPP SDK | A SKALE payment method SDK I contributed to for Machine Payments Protocol with BITE encryption. | SDK, x402, Contributor | [GitHub](https://github.com/skalenetwork/mpp-sdk) | | Ox | A standard library for Ethereum I contributed to. TypeScript modules for ABIs, addresses, ECDSA, RLP, transactions. | TypeScript, Contributor | [GitHub](https://github.com/wevm/ox) · [Website](https://oxlib.sh) | | Peer Solidity Hooks | A SKALE Bridge Post-Intent Hook I contributed to for zkp2p. Auto-bridges USDC from Base to SKALE. | Solidity, Bridge, Contributor | [GitHub](https://github.com/skalenetwork/peer-solidity-hooks) | | sFUEL Distribution System | My automated distribution contracts for SKALE's SFUEL token with fair allocation mechanisms. | Solidity | [GitHub](https://github.com/Dirt-Road-Development/sfuel-distribution-contract) | | sFUEL Station | My smart contracts for SFUEL distribution and management within the SKALE ecosystem. | App | [GitHub](https://github.com/Dirt-Road-Development/sfuel-station) · [Website](https://sfuelstation.com) | | SKALE CLI | My developer tools and CLI for streamlined SKALE network interactions and deployment workflows. | CLI | [GitHub](https://github.com/TheGreatAxios/skale-cli) | | SKALE CLI (Official) | An official CLI I contributed to for interacting with SKALE Network and reading contract data. | CLI, Contributor | [GitHub](https://github.com/skalenetwork/skale-cli) | | SKALE Documentation | A documentation platform I contributed to for SKALE network, developer guides, and ecosystem resources. | Docs, Contributor | [GitHub](https://github.com/skalenetwork/docs.skale.space) · [Website](https://docs.skale.space) | | SKALE Faremeter Plugin | A Faremeter plugin I contributed to for encrypted, confidential token payments on SKALE chains via x402. | Plugin, x402, Contributor | [GitHub](https://github.com/skalenetwork/faremeter-plugin) | | SKALE Oracle SDK | An official SDK I contributed to for integrating with SKALE's decentralized oracle network. | SDK, Contributor | [GitHub](https://github.com/skalenetwork/oracle-sdk) | | SKALE Portal | A web interface I contributed to for IMA asset transfers, SKL staking, and developer resources. | SKALE, Bridge, Contributor | [GitHub](https://github.com/skalenetwork/portal) · [Website](https://portal.skale.space) | | SKALE RNG Service | My verifiable random number generation service for the SKALE ecosystem with cryptographic security. | Solidity | [GitHub](https://github.com/Dirt-Road-Development/skale-rng) | | SKALE Skills | Installable Agent Skills I wrote for SKALE workflows — deploy, BITE, x402, IMA bridging, CLI. | Skills | [GitHub](https://github.com/skalenetwork/skills) | | SKL Supply Dashboard | My real-time dashboard for SKL token economics, supply metrics, and network statistics. | Data | [GitHub](https://github.com/TheGreatAxios/skl-supply-ui) · [Site](https://skl-supply-ui.pages.dev) | | Text Merchant | My conversion-focused platform for high-performing written content. | x402, App | [Website](https://textmerchant.com) | | Viem | A TypeScript interface for Ethereum I contributed to. Smart contracts, JSON-RPC, ABI utilities, BigInt support. | TypeScript, Contributor | [GitHub](https://github.com/wevm/viem) · [Website](https://viem.sh) | | x402 (Coinbase) | An open standard I contributed to for internet native payments. HTTP-native protocol supporting all networks. | x402, Protocol, Contributor | [GitHub](https://github.com/coinbase/x402) · [Website](https://x402.org) | | x402 Payment Examples | My comprehensive examples and tests for the x402 onchain payment standard. | x402 | [GitHub](https://github.com/TheGreatAxios/x402-examples) | *** *Most projects are open source. For collaboration inquiries, [reach out on X](https://x.com/thegreataxios).* ## Agentic Economy Weekly Thoughts #1 This week I'm watching: marketplace experimentation around offchain tasks, the emerging "wallet wars" for agentic capital, discovery solutions that still feel undifferentiated, and identity standards struggling with spam and legitimacy. Plus a look at what actually makes sense to build right now. After \~5 months of posting x402 (nearly every week), the recent explosion of new protocols, standards, and ideas has led me to switch to a broader focus on the agentic economy. Here are some of the latest trends, thoughts, and areas of growth I'm watching in the space. ### No. 1 | The Marketplace Revival and Tradeoffs Interestingly enough, the concept of a marketplace has come in two waves for the crypto industry: NFTs and now agentic tasks. The resurgence of the marketplace has been led by the [@daydreamsagents](https://x.com/daydreamsagents) and [@virtuals\_io](https://x.com/virtuals_io) teams (in my opinion). The unique part about agentic marketplaces is the singular trust assumption that underpins much of blockchain -- the reliance on "something" or someone to actually make the call. Why is the concept of an AMM (Automated Market Maker) so powerful? There is no reliance on someone else or something to make the decision. The cool part about an NFT marketplace is that it can operate similarly to an AMM, where there are two assets being swapped in an escrow-like manner. If the conditions are met, the swap is handled and secured by the underlying blockchain. So what happens now when an agent is asking for a task that does **not** occur onchain? The answer: a lot of experimentation around smart contracts, agentic judging, and human arbitration. I don't think this is a negative -- I actually think it's an area ripe for growth. One trend I see: [@Executi0nMarket](https://x.com/Executi0nMarket) is leading the surge in task markets and agentic marketplaces building on top of [@SkaleNetwork](https://x.com/SkaleNetwork). ### No. 2 | The Agentic Wallet Wars Agentic wallets are a really interesting idea because they have the same base layer and therefore tradeoffs to keep in mind for developers. A few of the mistakes I'm noticing agentic wallet teams making: #### Chain Specific Only supporting a single chain directly limits your adoption. There are SO many good builders experimenting in their own corners of the industry that by only choosing the "most valuable" chains today doesn't mean you'll be the winner tomorrow. [@OpenWallet](https://x.com/OpenWallet) from [@moonpay](https://x.com/moonpay) is currently the best from a support perspective that I have found. #### Cross-chain Capital A problem that persists today for many wallets and their underlying blockchains is cross-chain capital. Users having funds on XYZ exchange or wanting to use ABC onramp is great until they want to go do something (or more relevantly, the agent does) elsewhere. Nearly every action at this point incurs a fee of some level. The onramps and wallets who figure out how to better abstract this for agents have a chance to corner the "non-popular" chains. The [@TrailsHQ](https://x.com/TrailsHQ) by [@0xPolygon](https://x.com/0xPolygon) is one such team; they've enabled one-click bridging to SKALE from nearly any chain, tying directly into the onchain elements that power SKALE. #### The Human-in-the-Loop Experience The most nuanced part of AI today: the human. Everyone wants to build agents BUT the agents have to do something for someone. Whether you are building trading agents like [@Cod3xOrg](https://x.com/Cod3xOrg) (checkout [@SkaleNetwork](https://x.com/SkaleNetwork) School live stream here on X on 3/31/26 to hear from [@uv](https://x.com/uv) founder [@0xBebis\_](https://x.com/0xBebis_) on this). This is where the harness and the interactions for agents really come into play. The experience to onboard an agent is very much so "dev-focused" today, and most of the non-developer focused tooling that isn't a CLI winds up being custodial, which then in some cases can limit how developers want to actually build or how users want to consume. ### No. 3 | Discovery (Feels Like) It Is Lacking a Leader A number of teams have expanded into discovery, such as [@agentcashdev](https://x.com/agentcashdev) from [@merit\_systems](https://x.com/merit_systems), [@dexteraisol](https://x.com/dexteraisol), [@corbits\_dev](https://x.com/corbits_dev), and 402index from [@RyanTheGentry](https://x.com/RyanTheGentry) with the largest aggregation. Natural language discovery tends to be the key (with the behind the scenes being custom per provider) where agents can do something like: ``` Query: I need to generate an image of a cat Response: { json data list of services } Agent -> pays via x402/MPP ``` *Note, this design tends to be efficient as shown by Codemode from [@CloudflareDev](https://x.com/CloudflareDev).* However, it feels like agentic builders tend to all converge onto a subset of solutions (often driven by what the LLMs seem to use best, i.e., Next.js, Resend, Postgres, etc.), but the adoption of AI x Crypto crossover is a drop in the bucket compared to that of AI and more broadly development with agentic coding tools. Time will tell who becomes the market leader for agentic discovery, but for me, it feels like the winner will bring us something a bit more unique than just search and execute tools. From a technical perspective, I think all these teams are pushing in the right direction, especially as the basic "Bazaar" just doesn't really scale. ### No. 4 | Agentic Identity Stagnation The creation of new agents is occurring at a rapid pace, which is great, but I see one critical flaw with ERC-8004: the ability to curate and create strong feedback is complicated, and spam is hard to avoid. I'm ideating on this actively, so if you have ideas and want to chat, let me know. I think ERC-8004 and associative standards will continue to evolve and get stronger, but right now, definitely seeing a struggle around how to know what is legitimate vs. not. Maybe private feedback with public approval is one option? I.e., feedback stays private and can be verified by multiple private parties who are rotated (government style) and that they post public scoring based on that? ### No. 5 | What to Build? If you're looking to build SOMETHING and aren't really sure what? My recommendation is to checkout [Conditional Transactions](/blog/ctxs-what-conditional-transactions-mean-for-ai-agents.mdx) from SKALE, where you can bring automated execution of encrypted solidity functionality right into the protocol. Examples include (but are not limited to): * Price of token hits X, execute Y * Liquidation level hit on lending protocol, auto liquidate small portions * Auction ends -> handle payouts * Prediction Market closes -> handle payouts More coming in the next week from SKALE. *** A reminder that the above is purely focused on technicals and not legal or financial advice. It is not an endorsement for any tokens. DYOR. import Footer from '../../snippets/_footer.mdx'