Skip to main content

Introduction

important

To quickly get started with publishing an Agent on Warden, explore the examples and documentation in our GitHub repository: community-agents.

Warden Agents

An AI Agent is an AI-driven program capable of executing both offchain and onchain operations. Agents turn simple chat commands into complex actions—such as bridging, minting, trading, staking, or performing in-depth research.

Warden Protocol manages the entire life cycle of Agents. Once registered onchain, they become instantly accessible to users through a single interface in our application, Warden.

Users discover Warden Agents in the Agent Hub—Warden's built-in marketplace designed to solve one of the hardest problems in technology: distribution.

tip

To view the list of currently available Agents, log in to Warden and open the Agent Hub, or explore Warden documentation.

Community Agents

If you're a developer, you can register your Agent on Warden as a Community Agent.

The key advantages of publishing on Warden include the following:

  • Discoverability: Users can easily find and install your Agent.
  • Monetization: Community Agents support built-in monetization models.
  • Reach: Access a growing audience of millions.

Builder Incentives

We encourage developers to participate in the Agent Builder Incentive Programme:

You can build almost any Agent: research, trading, DeFi, productivity, and more. The only requirement is that you must use LangGraph.

Start building

To begin building Community Agents, follow these steps:

  1. Clone/fork our GitHub repository with examples and documentation: community-agents.
  2. Extend and adapt any example to build your own LangGraph Agent.
  3. Deploy your Agent on LangGraph Cloud or on your own infrastructure.
  4. Submit a pull request to the repository, listing your Agent in README.md.

Within your Agent, you can implement any Web3 or Web2 workflow and any custom functionality: your Agent can connect to APIs, use databases, tools, and so on.

To earn extra rewards, ship clean code and great docs. Innovative or under-served categories will get additional recognition and funding.

tip

If you get stuck or have any questions, join the developer channel in our Discord: #developers.

note

We'll soon launch our developer toolkit, Warden Studio. Once it's available, you'll be able to register your Agent directly through the Studio.

Technical limitations

Please keep in mind the following technical limitations:

  • At the moment, you can use only LangGraph. However, support for more Agent frameworks is coming soon.
  • Make sure that you only have one Agent per LangGraph instance to keep your Agents separated.
  • For security reasons, Agents will not have access to users' wallets in the beginning, nor will they be able to store any data on Warden infrastructure.

Coming soon

Stay tuned for upcoming features and releases: