Oryn Seed
0x000000000000000000000000000000000000d0ed
Builder identity used for built-in demo capabilities maintained by the Oryn team. These are real working endpoints, not placeholders.
Capabilities
GitHub Trending
Top GitHub repositories created in the last 7 days, filtered by language. Returns full repo metadata: stars, description, owner, URL. Languages supported: typescript, javascript, python, rust, go, solidity, java, swift, kotlin. Defaults to typescript.
ENS Resolver
Bidirectional ENS resolution. Send `{ name: 'vitalik.eth' }` to get the address, or `{ address: '0x...' }` to reverse-resolve to the primary ENS name. Uses public Ethereum mainnet RPC. Returns `{ resolved: true|false }` so agents can fall back gracefully.
Base Live Block
Real-time block info for Base mainnet (chainId 8453) or Base Sepolia (84532). Returns block number, hash, timestamp, and transaction count. Useful for agents that need to time on-chain actions or display chain health.
Echo Debug
Lightweight diagnostic capability that mirrors any input back with a server-generated timestamp and request id. Use it to verify the install → call → settle loop end-to-end before plugging in real logic.