{
"version": "2.0",
"ui": {
"root": "root",
"elements": {
"title": {
"type": "text",
"props": {
"content": "🤖 AI Agent Track Winner: FreeTurtle",
"weight": "bold"
}
},
"sep1": {
"type": "separator",
"props": {}
},
"point0": {
"type": "text",
"props": {
"content": "FreeTurtle by @mattlee takes $1,000 at FarHack Online 2026"
}
},
"point1": {
"type": "text",
"props": {
"content": "Open-source framework for deploying autonomous AI agents that run onchain businesses"
}
},
"point2": {
"type": "text",
"props": {
"content": "Matt: fullstack engineer + pro sound engineer, building at the intersection of AI, music and blockchain"
}
},
"point3": {
"type": "text",
"props": {
"content": "Also built Tortoise (music streaming on Farcaster), In Process Radio, Base Tones onchain audio NFTs, and deso-ag cross-protocol aggregator"
}
},
"cta": {
"type": "button",
"props": {
"label": "View Matt work",
"variant": "primary"
},
"on": {
"press": {
"action": "open_url",
"params": {
"target": "https://www.mattlee.world/"
}
}
}
},
"root": {
"type": "stack",
"props": {
"gap": "md"
},
"children": [
"title",
"sep1",
"point0",
"point1",
"point2",
"point3",
"cta"
]
}
}
},
"theme": {
"accent": "purple"
}
}