> For the complete documentation index, see [llms.txt](https://constant-finance.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://constant-finance.gitbook.io/docs/v0/deployment.md).

# Deployment

This section documents the public Constant Finance deployment on Ethereum Sepolia. It is a dated testnet snapshot, not a statement that Constant Finance is deployed on Ethereum Mainnet.

## Current Snapshot

| Item                      | Value                                     |
| ------------------------- | ----------------------------------------- |
| Network                   | Ethereum Sepolia                          |
| Chain ID                  | `11155111`                                |
| Core deployment completed | August 31, 2026                           |
| Deployment blocks         | `11600264`–`11600296`                     |
| Deployment transactions   | `30/30` successful                        |
| Post-deployment check     | Read-only configuration smoke test passed |

The smoke test confirmed contract code, dependency addresses, ownership, price-feed configuration, collateral parameters, Constant NFT settings, and Gateway routing. It did not, on its own, prove that every possible user flow had completed end to end.

## Documented Product Surface

The deployed Gateway routes the V0 operations described in this guide:

* Basic Position creation and repayment;
* debt refinance;
* Order cancellation and capacity synchronization; and
* callback dispatch used by the active refinance path.

The oracle stack values the supported ERC-20 assets and Uniswap V3 LP NFT collateral. Position contracts handle collateral management, repayment synchronization, closing, health checks, and permissionless liquidation.

## Testnet Boundary

* Faucet tokens do not have mainnet economic value.
* Some price feeds are controlled test feeds.
* The accepted price age is intentionally broad for this test environment.
* At the deployment snapshot, the configured test Swap Router held no output-token inventory. This documentation therefore does not present swap-dependent repayment or liquidation liquidity as operationally available.
* Contract addresses and settings should always be read as a versioned deployment snapshot.

## Pages

* [Ethereum Sepolia](/docs/v0/deployment/ethereum-sepolia.md) lists public test assets, feeds, and protocol contracts.
* [Risk Configuration](/docs/v0/deployment/risk-configuration.md) records the collateral and fee parameters bound to new Positions through the deployed Config.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://constant-finance.gitbook.io/docs/v0/deployment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
