Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,25 @@
[![Stripe Connect](https://img.shields.io/badge/Stripe-Connect_API-635bff?style=for-the-badge&logo=stripe)](https://stripe.com)
[![Google Gemini](https://img.shields.io/badge/Google_Gemini-flash_2.5-4285f4?style=for-the-badge&logo=google-gemini)](https://deepmind.google/technologies/gemini)
[![Prisma ORM](https://img.shields.io/badge/Prisma-ORM-2d3748?style=for-the-badge&logo=prisma)](https://prisma.io)
[![Neon Database](https://img.shields.io/badge/Neon_Database-00e2c6?style=for-the-badge&logo=neon)](https://neon.tech)
[![Live Site](https://img.shields.io/badge/Live_Demo-exp--agent--theta.vercel.app-blueviolet?style=for-the-badge&logo=vercel)](https://exp-agent-theta.vercel.app/)

An autonomous escrow agent for international trade finance executing **Letter of Credit (LC)** agreements. The agent locks a buyer's funds, verifies unstructured logistics webhooks, and securely releases payment to the exporter.

By executing the trade rules and payment resolution inside a secure **Trusted Execution Environment (TEE)** boundary via the **Terminal 3 Agent Auth SDK**, the agent never exposes sensitive keys or exporter destination accounts, and every state transition is recorded in an immutable cryptographic audit ledger.

---

## 🛠️ Tech Stack & Components

* **Secure Enclave Sandbox**: [Terminal 3 Agent Auth SDK](https://terminal3.io) (WASM cryptographic metamorphic signatures, on-chain DID identity challenges).
* **AI Document Parser**: [Google Gemini 2.5 Flash](https://deepmind.google/technologies/gemini) (Structured JSON parsing of raw, unstructured Bill of Lading webhooks).
* **Database & Schema Engine**: [Prisma ORM](https://prisma.io) with [Neon Serverless PostgreSQL](https://neon.tech) (Fully migrated from SQLite for production-grade reliability).
* **Escrow holds & Exporter Payouts**: [Stripe Connect API](https://stripe.com) (Requires capture hold initialization and connected exporter account routing).
* **Framework & Hosting**: [Next.js 14](https://nextjs.org) (App router, TypeScript, deployed on Vercel).

---

## 💡 Why Terminal 3 Agent Auth SDK?

This project fundamentally depends on Terminal 3's secure capabilities:
Expand Down
Loading