hero-vector
hero-vector
hero-vector

We are proud to be the

Title sponsor

of

Unlocking the Power of Agentverse by Fetch.ai

Build, Connect and Discover your AI Agents

May 2, 2025

Dubai AI Campus, “Innovation One” building, DIFC, Dubai

Introduction

Fetch.ai’s vision is to create a open AI Agent marketplace. We are empowering developers to build on our platform that can connect services and APIs without any domain knowledge.

Our infrastructure enables ‘search and discovery’ and ‘dynamic connectivity’. It offers an open, modular, UI agnostic, self-assembling of services.

Our technology is built on four key components:

uAgents - uAgents are autonomous AI agents built to connect seamlessly with networks and other agents. They can represent and interact with data, APIs, services, machine learning models, and individuals, enabling intelligent and dynamic decision-making in decentralized environments.

Agentverse - serves as a development and hosting platform for these agents.

Fetch Network - underpins the entire system, ensuring smooth operation and integration.

ASI:One - A Web3-native large language model (LLM) optimized for agent-based workflows.

Challenge statement

Track 1: DeFi Agents

Build autonomous agents that interact with blockchain systems, smart contracts, and decentralized finance protocols to create innovative financial solutions.

Example Projects: Trading strategy agents DeFi portfolio optimization Cross-chain transaction monitors Tokenized asset management

Track 2: Enterprise Solutions

Create agents that solve business challenges by automating workflows, enhancing data analysis, or improving decision-making processes.

Example Projects: Supply chain monitoring agents Business intelligence assistants Customer service automation Predictive maintenance systems

Track 3: Creator Economy

Develop agents that empower content creators, influencers, and digital artists to monetize their work and engage with audiences.

Example Projects: Content recommendation agents Creator-audience matchmaking Automated content distribution Fan engagement systems

Special Challenge: ASI-1 Mini Integration Excellence

Participants across all tracks can opt into this special challenge by creating innovative applications that leverage ASI-1 Mini's unique capabilities as a Web3-native LLM specifically designed for agentic AI.

Requirements: Creative integration of ASI-1 Mini's API and ChatProtocol v0.3.0 Effective use of ASI-1's agentic reasoning capabilities Demonstration of multi-step task execution Implementation of contextual memory features Projects that showcase ASI-1 Mini's advantages in Web3 environments

architecture

Tool Stack

architecture

Quick start example

This file can be run on any platform supporting Python, with the necessary install permissions. This example shows two agents communicating with each other using the uAgent python library.
Read the guide for this code here ↗

code-icon
code-icon
from uagents import Agent, Bureau, Context, Model
    class Message(Model):
        message: str
    
    sigmar = Agent(name="sigmar", seed="sigmar recovery phrase")
    slaanesh = Agent(name="slaanesh", seed="slaanesh recovery phrase")
        
    @sigmar.on_interval(period=3.0)
    async def send_message(ctx: Context):
       await ctx.send(slaanesh.address, Message(message="hello there slaanesh"))
        
    @sigmar.on_message(model=Message)
    async def sigmar_message_handler(ctx: Context, sender: str, msg: Message):
        ctx.logger.info(f"Received message from {sender}: {msg.message}")
    
    @slaanesh.on_message(model=Message)
    async def slaanesh_message_handler(ctx: Context, sender: str, msg: Message):
        ctx.logger.info(f"Received message from {sender}: {msg.message}")
        await ctx.send(sigmar.address, Message(message="hello there sigmar"))
        
    bureau = Bureau()
    bureau.add(sigmar)
    bureau.add(slaanesh)
    if __name__ == "__main__":
        bureau.run()
Video introduction
Video 1
Introduction to agents
Video 2
On Interval
Video 3
On Event
Video 4
Agent Messages

Judging Criteria

Innovation (30%) Originality of concept, Uniqueness of approach, Creative problem-solving

Technical Implementation (30%) Code quality and architecture, Effective use of AgentVerse platform, Integration quality, Technical complexity and performance

Business Potential (20%) Market viability, Target audience clarity, Scalability and growth potential

User Experience (15%) Intuitive design, Ease of use, Clarity of purpose

TransactAI Integration (5%) Effective implementation of payment mechanisms, Appropriate pricing model, Seamless transaction experience

Prizes

Track 1: DeFi Agents

First Place

$2000

Cash Prize

Second Prize

$1000

Cash Prize

Thrid Prize

$500

Cash Prize

Track 2: Enterprise Solutions

First Place

$2000

Cash Prize

Second Place

$1000

Cash Prize

Thrid Place

$500

Cash Prize

Track 3: Creator Economy

First Place

$2000

Cash Prize

Second Place

$1000

Cash Prize

Third Place

$500

Cash Prize

Special Awards

Best ASI-1 Mini Integration Challenge

$1,500

Cash Prize

Best TransactAI Integration

$1000

Cash Prize

Collaborators

partner-image
partner-image
partner-image

Judges

Profile picture of Sana Wajid

Sana Wajid

Senior Vice President

Profile picture of Abhi Gangani

Abhi Gangani

Developer Advocate

Profile picture of Kshipra Dhame

Kshipra Dhame

Developer Advocate

Profile picture of Rajashekar Vennavelli

Rajashekar Vennavelli

Developer Advocate

Profile picture of Tanay Godse

Tanay Godse

Developer Advocate

Mentors

Profile picture of Trung Tran

Trung Tran

Ambassador

Profile picture of Ryan Pham

Ryan Pham

Ambassador

Profile picture of Atharva Pore

Atharva Pore

Ambassador

Profile picture of Aishwarya Dekhane

Aishwarya Dekhane

Ambassador

Sounds exciting, right?

Schedule

Friday, May 02

09:00 GST

Registration & Breakfast

Dubai AI Campus

09:30 GST

Opening Ceremony

Dubai AI Campus

10:00 GST

Workshop 1 - Building with AgentVerse

Dubai AI Campus

11:30 GST

Lunch & Networking

Dubai AI Campus

12:00 GST

Workshop 2 - ASI-1 Mini Integration

Dubai AI Campus

14:00 GST

Workshop 3 - Agent Token Launchpad

Dubai AI Campus

15:15 GST

Fireside Chat with Humayun

Dubai AI Campus

15:45 GST

Coffee Break

Dubai AI Campus

16:00 GST

Team Formation & Technical Q&A

Dubai AI Campus

17:30 GST

Networking Dinner

Dubai AI Campus

19:00 GST

Hacking Begins

Dubai AI Campus

Saturday, May 03

09:00 GST

Breakfast

Dubai AI Campus

09:30 GST

Daily Kickoff

Dubai AI Campus

12:30 GST

Lunch

Dubai AI Campus

13:30 GST

Hacking

Dubai AI Campus

17:30 GST

Dinner

Dubai AI Campus

18:30 GST

Evening Hacking & Mentor Sessions

Dubai AI Campus

Sunday, May 04

10:00 GST

Hacking

Dubai AI Campus

09:00 GST

Breakfast

Dubai AI Campus

09:30 GST

Final Day Kickoff

Dubai AI Campus

10:00 GST

Last Stretch Hacking

Dubai AI Campus

14:00 GST

Submission Deadline

Dubai AI Campus

14:00 GST

Preparation for Presentations

Dubai AI Campus

15:00 GST

Project Presentations (3 minutes per team)

Dubai AI Campus

17:30 GST

Judging Deliberation & Networking

Dubai AI Campus

18:30 GST

Awards Ceremony & Closing Remarks

Dubai AI Campus

Ready to get started with Fetch.ai Platform?