For the complete documentation index, see llms.txt. This page is also available as Markdown.

ElizaOS POC

A proof-of-concept plugin that integrates Reveel Pay(ID) directly into the ElizaOS agent framework, enabling agents to search, authenticate, manage routes, and view transaction history using Pay(ID).

Plugin

What it enables

  • Each ElizaOS agent can be assigned a Pay(ID) and transact across chains

  • Pay(ID) resolution and cross-chain payment triggering via the Reveel API

  • Email-based sign-in and session management within the agent runtime

  • Full transaction history retrieval for the authenticated agent

Agent actions

SEARCH_PAYID

Search and resolve Pay(ID) identities across the network

SIGNIN_WITH_FB

Authenticate the agent session via email

OTPGET_USER_ROUTES

Fetch token and network routing preferences for the current agent

GET_USER_TX_HISTORY

Retrieve full transaction history for the authenticated agent

Installation

Example usage

How it works

  • Install the plugin as part of the ElizaOS agent configuration

  • Set environment variables for Reveel API authentication

  • Agents can then resolve Pay(ID)s and trigger cross-chain payments via natural language

  • Route rules are defined per agent — specifying preferred token and network

Last updated

Was this helpful?