# Deployment Addresses

The Vea devnet is intended for developers testing smart contract integrations with Vea bridge. The devnet is permissioned and operated by the [Kleros Cooperative](https://kleros.io/coop/) with the address: `0x407DDEC61d69b212498B140a26da70AE1C879f5a`.

### Arbitrum Goerli -> Chiado Vea Devnet&#x20;

<table><thead><tr><th width="213">Contract</th><th>Address</th></tr></thead><tbody><tr><td><p>VeaInbox</p><p>ArbToGnosisDevnet</p></td><td><a href="https://testnet.arbiscan.io/address/0x660daB9A6436A814a6ae3a6f27b309356a4bE78c">0x660daB9A6436A814a6ae3a6f27b309356a4bE78c</a></td></tr><tr><td><p>Router</p><p>ArbToGnosisDevnet</p></td><td><a href="https://goerli.etherscan.io/address/0xD4847f86Ed2E9D03839B15fd0818759861c063a8#code">0xD4847f86Ed2E9D03839B15fd0818759861c063a8</a></td></tr><tr><td><p>VeaOutbox</p><p>ArbToGnosisDevnet</p></td><td><a href="https://blockscout.com/gnosis/chiado/address/0xdFd7aDEb43d46FA3f16FB3e27F7fe85c3f5BD89D">0xdFd7aDEb43d46FA3f16FB3e27F7fe85c3f5BD89D</a></td></tr></tbody></table>

### Arbitrum Goerli -> Goerli devnet

<table><thead><tr><th width="210">Contract</th><th>Address</th></tr></thead><tbody><tr><td><p>VeaInbox</p><p>ArbToEthDevnet</p></td><td><a href="https://testnet.arbiscan.io/address/0xA3FefC6FeE3fc66B9d9a8BEE794736ab71a74c55">0xA3FefC6FeE3fc66B9d9a8BEE794736ab71a74c55</a></td></tr><tr><td><p>VeaOutbox</p><p>ArbToEthDevnet</p></td><td><a href="https://goerli.etherscan.io/address/0x9235A379950B9f01fb3e2961C06912A96DCcef0e#code">0x9235A379950B9f01fb3e2961C06912A96DCcef0e</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vea.ninja/introduction/deployment-addresses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
