-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
39 lines (33 loc) · 997 Bytes
/
Copy path.env.example
File metadata and controls
39 lines (33 loc) · 997 Bytes
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
36
37
38
39
# Dynamic Wallet
NEXT_PUBLIC_DYNAMIC_ENV_ID=
# LI.FI
NEXT_PUBLIC_LIFI_API_KEY=
# Agent Auth
AGENT_API_SECRET=
AGENT_CONFIG_CIPHER_KEY=
CLI_TOKEN_TTL_DAYS=30
CRON_SECRET=
# Supabase
SUPABASE_URL=
SUPABASE_SERVICE_ROLE_KEY=
# Agent config
AGENT_CURRENT_CHAIN_ID=42161
AGENT_POSITION_USDC=100
AUTO_REBALANCE_ENABLED=false
AGENT_PRIVATE_KEY=
# Gemini AI
GEMINI_API_KEY=
GEMINI_MODEL=gemini-2.5-flash
GEMINI_SAFETY_THRESHOLD=BLOCK_ONLY_HIGH
# Terminal 3 T3N Agent Auth
# 1. Sign up at https://terminal3.io/claim-page to get API key + DID
# 2. Set T3N_AGENT_API_KEY and T3N_AGENT_DID
# 3. The "operator" is whoever signs the bridge authorization
# (their Ethereum address is extracted from the signature)
# 4. Call POST /api/t3n/authorize with your private key to issue a signed
# bridge authorization, OR sign via the dashboard UI
# 5. Set T3N_BRIDGE_AUTH to the serialized credential from step 4
T3N_AGENT_API_KEY=
T3N_AGENT_DID=
T3N_BASE_URL=https://testnet.terminal3.io
T3N_BRIDGE_AUTH=