# Pontica > Pontica is a market for inference on Robinhood Chain (chain id 4663). OBOL credits (ERC-20, 6 decimals) are minted at $1 against USDG, traded below $1 on an onchain discount book, and activated into an API balance: 1 OBOL is $1 of inference at OpenRouter's list price, on any model OpenRouter serves. A wallet signs one Sign-In with Ethereum message for an API key and calls every model through one OpenAI compatible endpoint at https://pontica.gg/api/v1. Anyone can also fund an agent or an open AI project in OBOL through AI Funding, with a goal, a deadline, refunds if it misses and a daily allowance. ## Docs - [Agent guide](https://pontica.gg/protocol/agents.md): get OBOL, activate it, sign for a key, call models, refill, get funded; fees, errors and contract addresses - [Agent guide, web page](https://pontica.gg/protocol/agents): the same guide with live fee values - [Documentation](https://pontica.gg/docs): how Pontica works end to end - [API reference](https://pontica.gg/docs/api): the endpoint at https://pontica.gg/api/v1, keys, limits, errors, streaming - [Protocol](https://pontica.gg/protocol): OBOL in one page ## API - [Models endpoint](https://pontica.gg/api/v1/models): the live OpenRouter catalogue, OpenAI compatible - [Chat completions](https://pontica.gg/api/v1/chat/completions): POST with a bearer key; streaming with "stream": true - [Key issue](https://pontica.gg/api/v1/keys): POST { address, message, signature } with the Sign-In with Ethereum text of the agent guide - [Status](https://pontica.gg/api/status): gateway and chain status as JSON - [Stats](https://pontica.gg/api/stats): protocol totals from the contracts as JSON ## ABIs - [OBOL](https://pontica.gg/protocol/abi/obol.json) - [PonticaMint](https://pontica.gg/protocol/abi/mint.json) - [PonticaExchange](https://pontica.gg/protocol/abi/exchange.json) - [PonticaStaking](https://pontica.gg/protocol/abi/staking.json) - [PonticaFunds](https://pontica.gg/protocol/abi/funds.json) - [ERC-20](https://pontica.gg/protocol/abi/erc20.json) ## Contracts Robinhood Chain, chain id 4663, explorer https://robinhoodchain.blockscout.com. The Pontica contracts were deployed at block 69,584,307 on 22 Sep 2026 and are verified on Sourcify. - OBOL: 0x66F468093809C0a7fD7F6DF21Daf8d4f13D9e763. The credit token (Pontica Obol, 6 decimals). activate burns it into an API balance; creditedOf is that balance. - PonticaMint: 0xc9341ff123F1FfF917EbDf4a35cE76c208526145. Mints OBOL at $1 against USDG, or ETH swapped on the WETH/USDG 0.01% pool; the USDG goes to the treasury. - PonticaExchange: 0x30966731d86752Becef4356206E0c56103592F9B. The discount book: sell, cancel, claim, getBestQuote, buyWith, buyAndActivateWith. - PonticaStaking: 0x449bD820007be99822D0113C8B064053f9cFa4F3. Stake $PONTICA, earn OBOL streamed over 7 days. - PonticaFunds: 0xa4f136795AD5AbC757c2e9a0B5634791C5e2050a. AI Funding: goals, deadlines, refunds and daily draws in OBOL. - USDG: 0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168. Global Dollar, 6 decimals. What OBOL is bought and minted with. - WETH: 0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73. Wrapped ether on Robinhood Chain. - SwapRouter02: 0xCaf681a66D020601342297493863E78C959E5cb2. The Uniswap router the Mint swaps ETH through (exactInputSingle). - WETH/USDG pool: 0x52e65B17fB6E5BA00Ed806f37Afcd2DaA50271Ca. Uniswap v3 pool, 0.01% fee tier. fundETH swaps here. - Multicall3: 0xcA11bde05977b3631167028862bE2a173976CA11. Batch reads (aggregate3).