어떤 AI 든 같은 대화를
이어가는 다섯 가지 축.
Five pillars that carry
the same conversation across any AI.
Claude · ChatGPT · Gemini · 로컬 모델 — 어떤 AI 든 같은 기억으로. 블록체인 기반 암호화로 보호되며, 데이터는 외부로 노출되지 않고 당신의 머신에 남습니다.
Claude · ChatGPT · Gemini · local models — same memory across any AI. Blockchain-grade encryption keeps your data on your machines, never exposed.
다층 기억 — 메시지부터 정체성까지
Multi-layer memory — from messages to identity
시나리오
Scenario
금요일에 Claude 와 RFC 초안을 작성하고, 월요일에 Cursor 로 옮겨 같은 RFC 를 이어서 다듬습니다. "지난주에 우리가 합의한 그 결정"을 에이전트가 정확히 인용합니다.
Friday: draft an RFC with Claude. Monday: continue in Cursor. The agent cites "the decision we agreed on last week" with exact references.
구조
Structure
L0messages — 원시 메시지 + 임베딩 + 서명L1episodes — 세션 단위 묶음L2memories — 사실·결정·rule (핀 가능)L3patterns — NEW / RECURRING / ROUTINEL4traits — 정체성·성향 (야간 reflection)
SQLite + sqlite-vec, 단일 파일. 임베더는 BGE-small (로컬).
SQLite + sqlite-vec, single file. Embedder: BGE-small (local).
자격 vault — 4단계 암호화 + ACL
Credential vault — 4-layer encryption + ACL
시나리오
Scenario
에이전트가 GitHub API 키를 사용해 PR 을 만듭니다. 키는 컨텍스트에 들어가지 않고, vault 가 직접 호출을 수행합니다. 일일 100 회 한도 초과 시 사용자 승인을 요청합니다.
The agent opens a PR using a GitHub API key. The key never enters the context; the vault performs the call. Above 100 calls/day it asks for approval.
레이어
Layers
- 디스크 암호화 — secp256k1 master key 파생
- 필드별 암호화 — 키마다 다른 nonce
- 전송 암호화 — NIP-44
- 메모리 zeroize — 사용 후 즉시 0 으로
- Disk — derived from secp256k1 master
- Field — per-key nonce
- Transport — NIP-44
- Memory — zeroized right after use
USDC on Base — 자율 결제, 안전한 한도
USDC on Base — autonomous, bounded
시나리오
Scenario
연구 에이전트가 arXiv API 와 데이터셋 호스트에 micropayment(예: 건당 $0.50)를 자동 결제합니다. 일일 한도는 $20. 한도 안에서는 자동, 넘으면 사용자(나) 의 승인이 필요합니다.
A research agent micropays arXiv mirrors and dataset hosts (e.g. $0.50 per call). Daily cap $20. Inside the cap: auto. Above: requires your approval.
왜 Base 인가
Why Base
- 1원 이하의 수수료 — micropayment 도 부담 없음
- 표준 EVM 네트워크 — 일반 지갑·도구 그대로 사용
- USDC 스테이블코인 — 실시간 환율 변동 없이 달러처럼 직관적
- Fees under 1 cent — micropayments without overhead
- Standard EVM network — works with familiar wallets/tools
- USDC stablecoin — pegged to USD, no volatility surprise
모델 비종속 — 같은 에이전트, 어떤 모델
Model-agnostic — same agent, any model
시나리오
Scenario
새 모델이 출시됩니다. 설정 한 줄 바꾸면 같은 에이전트가 같은 기억·자격으로 새 모델 위에서 돕니다. A/B 테스트도, 비용 최적화도 코드 변경 없이.
A new model launches. Flip one config line and the same agent runs on it, with the same memory and credentials. A/B and cost-tuning without code changes.
호환
Compatible
- Claude · GPT · Gemini · Llama · local
- Claude Code · Cursor · Aider · custom harness
- LangGraph · CrewAI · AutoGen — bring it
- MCP · A2A — naturally aligned
변조 즉시 검출 — 모든 기록은 봉인
Tamper-evident — every record is sealed
시나리오
Scenario
감사 시점에 "에이전트가 6개월 전 어떤 키로 무엇을 했는가" 를 묻습니다. 각 기록은 secp256k1 서명으로 체이닝되어 있어, 변조가 있으면 즉시 드러납니다.
At audit time, ask "what did the agent do, with which key, six months ago?" Each record is chained with a secp256k1 signature; tampering shows up at once.
구성
Composition
- vault 작업 · 결제 · 정책 변경 · 기억 갱신 — 모두 chain
- 이전 hash 를 다음 record 에 포함 → tamper-evident
- 로컬 단일 파일, 외부 의존 없음
- Vault ops · payments · policy changes · memory edits — all chained
- Each record embeds the previous hash → tamper-evident
- Local single file, no external dependency
W3C DID 호환 — 신원 표준화
W3C DID compatible — identity standardized
시나리오
Scenario
회사 SSO·정부 모바일 신분증·외부 DID 인증 시스템에 OpenXgram 의 master 키로 직접 로그인합니다. 별도 발급 절차가 필요 없습니다 — 같은 키페어가 그대로 W3C DID 입니다.
Sign into corporate SSO, mobile ID, or any external DID system using your OpenXgram master key directly. No re-issuance — the same keypair is your W3C DID.
호환
Compatible
- W3C DID Core · did:key (secp256k1, multicodec 0xe7)
- 한국디지털인증협회 OpenDID — did:opendid:{network}:{id}
- OmniOne Open DID — did:omn:{id}
- Verifiable Credentials 1.1 — ES256K 서명 발급/검증
- W3C DID Core · did:key (secp256k1, multicodec 0xe7)
- Korea OpenDID — did:opendid:{network}:{id}
- OmniOne Open DID — did:omn:{id}
- Verifiable Credentials 1.1 — ES256K issue/verify