get_integration_guide
Get Solidity code for integrating Pythia into a smart contract by selecting a tier and optional chain. Returns embedded addresses for the chosen chain and lists every chain where that tier's consumer is deployed.
Instructions
Get Solidity code to integrate Pythia into a smart contract.
Args: tier: 'discovery' (single value), 'analysis', 'speed', or 'complete'. chain: Optional chain key (e.g. 'mainnet', 'amoy', 'arbitrum'). When unset, the embedded Solidity uses the first available chain's addresses (Polygon mainnet by convention) and the prose lists every chain where this tier's consumer is deployed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | discovery | |
| chain | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |