> For the complete documentation index, see [llms.txt](https://docs.bextree.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bextree.com/security/program-ids.md).

# Program IDs

Bextree's three programs are deployed to **Solana mainnet**. These are the only legitimate Bextree program addresses — treat any other address claiming to be Bextree as hostile, and [report it](/security/responsible-disclosure.md).

| Program                   | Program ID                                                                                                                |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **asset-vault**           | [`HwR1J9JTTECN2cvEWgUdVoM5BbHQhYoBrca3Y7Ytr1os`](https://solscan.io/account/HwR1J9JTTECN2cvEWgUdVoM5BbHQhYoBrca3Y7Ytr1os) |
| **settlement**            | [`4wRDs4r5tvs7YSrgKvMsTuLdibr4C4YK7yNA2Syg2iyz`](https://solscan.io/account/4wRDs4r5tvs7YSrgKvMsTuLdibr4C4YK7yNA2Syg2iyz) |
| **streamflow-settlement** | [`5qeazEis9kwjLjTcJHkEJ9CPGCt3jsyx6yxPVro38cwF`](https://solscan.io/account/5qeazEis9kwjLjTcJHkEJ9CPGCt3jsyx6yxPVro38cwF) |

## Related addresses

| Role                                   | Address                                                                                                                                                                             |
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Upgrade authority (all three programs) | [`8n5xWEtc6p6xcphGLFFM3RAeXE5WQhXJg3aAPxk3bzDT`](https://solscan.io/account/8n5xWEtc6p6xcphGLFFM3RAeXE5WQhXJg3aAPxk3bzDT) — see [Upgrade Authority](/security/upgrade-authority.md) |
| Treasury authority                     | [`8n5xWEtc6p6xcphGLFFM3RAeXE5WQhXJg3aAPxk3bzDT`](https://solscan.io/account/8n5xWEtc6p6xcphGLFFM3RAeXE5WQhXJg3aAPxk3bzDT) — see [Treasury](/security/treasury.md)                   |
| Payment mint (USDC)                    | [`EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v`](https://solscan.io/token/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v)                                                             |

## Verify it yourself

Don't take this page's word for it:

1. Open any program ID on Solscan and confirm it's an executable program owned by the upgradeable BPF loader.
2. Confirm the upgrade authority matches the address above.
3. Verified builds (reproducible-build verification linking the deployed bytecode to public source) are **in progress** — this table will link each program's verification once published. See [Program Registry](/developers/program-registry.md).
