AI-NFT Metadata
Creating AI-NFTs is just like traditional NFTs, with an extra field ai_agent
that describes the configuration of an AI agent and the engine it uses, stored in the metadata.
Supported AI Engine
eliza
AI-NFT Metadata JSON
ai_agent (Newly added)
object
The configuration that define the AI agent connected with this NFT.
engine (string): the engine used to run the AI agent. Default as "eliza".
name
string
Name of the asset.
description
string
Description of the asset.
image
string
URI pointing to the asset's logo.
animation_url
string
URI pointing to the asset's animation.
external_url
string
URI pointing to an external URL defining the asset — e.g. the game's main site.
attributes
array
Array of attributes defining the characteristics of the asset.
trait_type (string): The type of attribute.
value (string): The value for that attribute.
properties
object
Additional properties that define the asset.
files (array): Additional files to include with the asset.
uri (string): The file's URI.
type (string): The file's type. E.g.
image/png
,video/mp4
, etc.cdn (boolean, optional): Whether the file is served from a CDN.
category (string): A media category for the asset. E.g.
video
,image
, etc.
Example
Last updated
Was this helpful?