Overview

Introduction

Welcome to the StellarNotherc documentation. Learn how the protocol works, how it integrates with Stellar, and how to build on top of it.

What is StellarNotherc?

StellarNotherc is a payment-native financial agent on the Stellar blockchain. It connects an AI agent to a priced tool marketplace where every purchase is settled on-chain in XLM and proven with SP1 zero-knowledge proofs.

Users fund an MPP marketplace session with a budget, describe their goal in natural language, and the agent handles tool selection, payment, execution, and refund. The user wallet signs only the final settlement transaction.

How It Works

1. Connect wallet (Freighter) → create an MPP session with an XLM budget

2. Fund session on Stellar with unique memo

3. Describe intent: remittance, portfolio analysis, or both

4. Agent selects tools → purchases on-chain → SP1 proof per purchase

5. Results streamed back → unspent budget refunded on-chain

Key Concepts

  • sessionA funded execution scope. The agent can only spend within the session budget. Unspent funds are refunded automatically.
  • marketplaceA catalog of priced tools (FX quotes, risk analysis, stress tests, etc.). Each purchase is a real XLM transaction on Stellar.
  • proofAn SP1 zero-knowledge proof attesting to the correctness of a payment or decision. Proofs are informational and never block output.
  • path paymentStellar's atomic cross-asset conversion via the SDEX. Enables XLM-funded remittance and optional destination-asset conversion in a single operation.

Explore