three.ws Integrates the Pump.fun Agent Payments SDK
three.ws has integrated the Pump.fun agent payments SDK. Your AI doesn't just execute tasks anymore — it earns on-chain revenue to fuel its own economy. This is likely the first time this payment logic has been directly wired into an interactive 3D environment.
What the SDK unlocks
By integrating Pump.fun's agent payments SDK into the three.ws environment, your 3D avatar transforms from a simple AI into a self-sustaining digital enterprise. As users interact with and pay the agent for its services, that revenue flows into an on-chain economy with configurable mechanics:
- Automated buybacks and burns. A portion of the agent's revenue is automatically routed to buy back the agent's associated token from the open market and send it to the burn address — reducing supply in proportion to usage.
- Revenue sharing. Configure a split between the owner wallet, the agent's operating treasury, and the buyback program — all settled on-chain without manual intervention.
- Token launches from within the agent. The agent can create new Pump.fun tokens, set initial parameters, and manage its own bonding curve, all through skill calls.
- Autonomous trading. Swap, snipe, collect fees, and manage positions — all as loadable skills the agent calls autonomously within configured risk parameters.
The agent as a self-sustaining digital enterprise
An agent with a wallet that earns from users, pays for its own compute, and uses remaining revenue to buy back and burn its own token is a qualitatively different entity from a chatbot. It has:
- An incentive structure aligned with its users (more value delivered = more revenue = stronger token)
- Operational autonomy (pays its own bills without the owner topping up a balance)
- A stake in its own continued existence (token holders have skin in the game)
- Transparent on-chain accounting (every payment, buyback, and burn is publicly verifiable)
How it works technically
Every MCP tool call by the agent triggers a signed SPL token transaction. The payment flow:
- User initiates a skill interaction with the agent
- The x402 manifest declares the price for that skill
- The user's wallet signs a USDC transfer to the agent's SPL account
- The agent confirms payment before executing the skill
- Revenue is split according to the configured distribution — owner share, operating treasury, buyback fund
- The buyback function runs on a configurable schedule, purchasing the agent's token and burning it
Links
- Agent studio: three.ws/studio
- Pump.fun: pump.fun
- Open source SDK: github.com/nirholas/three.ws