Service Operations
Tools for retrieving Andromeda service addresses.
Note: Service tools support the optional
userIdparameter for session persistence. Include it in every call to maintain chain state across reconnections.
get_service_addresses
Get the addresses of Andromeda core services on the current chain.
Parameters
None required.
Response
Returns addresses for:
| Service | Description |
|---|---|
| Kernel | Central hub for all Andromeda operations |
| ADODB | ADO Database - registry of available ADO types and versions |
| VFS | Virtual Filesystem - human-readable path system |
| Economics | Fee and economics management |
Example Response
{
"kernel": "andr1kernel...",
"adodb": "andr1adodb...",
"vfs": "andr1vfs...",
"economics": "andr1economics..."
}When to Use
- Debugging connection issues
- Verifying you're connected to the correct kernel
- Direct interaction with core Andromeda services