-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
35 lines (28 loc) · 1.4 KB
/
Copy pathenv.example
File metadata and controls
35 lines (28 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# AjoAI environment — copy to .env (gitignored) and fill values.
# NEVER commit .env. Mainnet key MUST differ from dev key.
# Chain selection: sepolia | mainnet (dev defaults to sepolia; mainnet ships early per GATE 0)
CHAIN=sepolia
# RPC + keys (per chain; the agent reads addresses from config/addresses.<chain>.json)
# Sepolia RPC: https://11142220.rpc.thirdweb.com Mainnet RPC: https://forno.celo.org
RPC_URL=
# DEV agent key — MUST differ from the mainnet key below. Never commit either.
AGENT_PRIVATE_KEY=
# Separate mainnet key, used only with CHAIN=mainnet.
AGENT_PRIVATE_KEY_MAINNET=
# Gas in stablecoin via CIP-64 feeCurrency (agent holds no CELO). Default token symbol.
FEE_CURRENCY=USDm
# LLM (NL handler only — never authorizes money)
LLM_API_KEY=
# Loud simulation flags (CLAUDE.md §1.9) — true = simulated, logged loudly.
# SIMULATE_SELF=false: Self ZK personhood is live on Celo Sepolia (verified Phase 0).
# SIMULATE_YIELD=true: no confirmed testnet yield pool yet.
SIMULATE_YIELD=true
SIMULATE_SELF=false
SIMULATE_DEFAULTS=false
# Hosted worker (mainnet only): every N hours the agent operates one live demonstration circle
# end to end in real USD₮ (funds recovered each cycle; only CELO gas is spent). 0 / unset disables
# it. Cycle size tunes with AJOAI_SEED_SLOTS / AJOAI_SEED_CONTRIB / AJOAI_SEED_PERIOD / _GRACE.
AJOAI_DEMO_ROTATION_HOURS=0
# Optional
EXPLORER_API_KEY=
LOG_LEVEL=info