VOP — 검증-정산 통합 파이프라인VOP — a unified verify-and-settle pipeline
AI 에이전트가 작업을 수행하는 시대에도, "이 산출물이 실제로 기준을 충족했는가"를 표준화된 방식으로 확인하고 그 결과에 따라 즉시 정산하는 인프라는 없었습니다. Even as AI agents do the work, no infrastructure standardizes checking whether the output actually met the bar — and settling payment the instant it does.
VOP(Verification Output Protocol)는 이 검증-정산 과정을 하나의 파이프라인으로 통합합니다: 산출물을 자동 검증 → 판정 근거(evidence_hash)를 온체인에 앵커링 → 조건 충족 시 에스크로 자동 해제. VOP (Verification Output Protocol) unifies this into one pipeline: auto-verify the output → anchor the verdict evidence (evidence_hash) on-chain → auto-release escrow once conditions are met.
3개 층 구조Three layers
인센티브층Incentive Layer
AST 토큰(스테이킹, 바이백/소각, 거버넌스). AST.sol · veAST.sol · RewardDistributor.sol · BadgeNFT.sol · BuybackBurn.sol · Phase13Claim.sol The AST token (staking, buyback/burn, governance). AST.sol · veAST.sol · RewardDistributor.sol · BadgeNFT.sol · BuybackBurn.sol · Phase13Claim.sol
정산층Settlement Layer
x402 결제 프로토콜 + 온체인 에스크로. 검증 통과 시에만 대금 지급이 실행되는 결제 게이트. The x402 payment protocol + on-chain escrow — a payment gate that only releases funds once verification passes.
검증층Verification Layer
VOP 엔진 + VOPRegistry.sol. 산출물 판정 결과를 evidence_hash로 온체인 앵커링. The VOP engine + VOPRegistry.sol, anchoring each verdict on-chain as an evidence_hash.
검증 → 앵커링 → 정산Verify → Anchor → Settle
검증Verify
산출물을 자동 판정, 신뢰도 산출Auto-score the output and compute a confidence value
앵커링Anchor
판정 근거를 온체인에 위변조 불가능하게 기록Record the verdict evidence on-chain, tamper-proof
정산Settle
조건 충족 시 에스크로 해제, 대금 즉시 이체Release escrow the instant conditions are met, payment moves immediately
테스트넷 배포 (메인넷 배포 전)Testnet deployments (pre-mainnet)
| 컨트랙트Contract | 체인Chain | 상태Status | 비고Notes |
|---|---|---|---|
| VOPRegistry | GIWA Sepolia (91342) | Verified | 0x487b...b1853 ↗ |
| AST / veAST / RewardDistributor / BadgeNFT / BuybackBurn / Phase13Claim | Base Sepolia (84532) | Deployed | 실거래 라이브 검증 완료(x402 결제 연동)Live-tx verified (x402 payment integration) |
| VOPRegistry / MerkleSettlement | Base Sepolia (84532) | Deployed | 온체인 검증 앵커링 + 멀티에이전트 정산On-chain verification anchoring + multi-agent settlement |
| EmergencyGovernance | Base Sepolia (84532) | Deployed | 일상 타임락(48h) vs 긴급 K-of-K 정지 계층 분리48h routine timelock vs. emergency K-of-K pause, separated |
Live Metrics
국내 특허 가출원 3건 제출 완료3 Korean provisional patent filings submitted
정식 출원(KR 정식 + US 직접)은 준비 중입니다. Formal filings (KR non-provisional + US direct) are in preparation.
| 구분Filing | 청구항Claims | 제출일Filed |
|---|---|---|
| 1차 · VOP 핵심1st · VOP core | 210 | 2026-06-22 |
| 2차 · 확장 기술2nd · Extended tech | 46 | 2026-07-27 |
| 3차 · AST 토큰3rd · AST token | 39 | 2026-07-27 |
초기 라운드Initial round
현재 프리시드 단계(메인넷 배포 전, 매출 발생 전, 1인 창업자 체제)입니다. 유사한 AI 에이전트 신뢰/검증 인프라 스타트업(예: t54 Labs 시드 $5M) 및 일반 AI 인프라 프리시드 관행($2M~$5M, 딥테크 특성상 컴퓨팅·감사·법률 비용 반영)을 참고해 최소 $1.5M~$2M 수준을 하한선으로 보고 있으며, 메인넷 전환·정식 특허 출원·팀 보강 여유분을 감안해 최대 $2.5M 내외까지 고려 중입니다. Currently pre-seed (pre-mainnet, pre-revenue, solo founder). Benchmarked against comparable AI agent trust/verification infra startups (e.g. t54 Labs' $5M seed) and typical AI infra pre-seed norms ($2M–$5M, reflecting deep-tech compute/audit/legal costs), we're treating $1.5M–$2M as a floor, with room up to roughly $2.5M to cover the mainnet transition, formal patent filings, and early hires.
본 문서는 테스트넷 기준 검증 결과입니다. 메인넷 배포, 매출, 상세 사용처(예산안)는 아직 확정되지 않았으며 투자자와 논의를 통해 구체화됩니다. This document reflects testnet-stage verification. Mainnet deployment, revenue, and a detailed use-of-funds budget are not yet finalized and will be worked out with investors.
Repositories
- x402 결제 연동 데모 (Base Sepolia, Circle 지갑)x402 payment integration demo (Base Sepolia, Circle wallet) github.com/agenticsettleio/agenticsettle-x402-demo ↗
- Claude MCP 무료 검증 서버 (9 tools)Free Claude MCP verification server (9 tools) github.com/agenticsettleio/agenticsettle-mcp ↗
- GIWA Sepolia VOPRegistry (Verified) sepolia-explorer.giwa.io ↗