# Deployed

NOTE: SuperHedge contracts do not support the deposit of fee-on-transfer tokens. If you're deploying the contracts yourself for testing, do not attept to register any fee-on-transfer tokens as depositing currency as this will cause discrepancies in operation.

## Ethereum Mainnet

<table><thead><tr><th width="290">ETH Bullish Call-Spread (USDe)</th><th>Contract Address</th></tr></thead><tbody><tr><td>N-Vault</td><td>0xD0407E1c58Ce32a7fE672f331Af120E0C30aD45b</td></tr><tr><td>N-Vault Token (NT)</td><td>0x5F040AB61E034498E8AfE728F2177Ffd65C33215</td></tr><tr><td>Deposit Token (USDe)</td><td>0x4c9EDD5852cd905f086C759E8383e09bff1E68B3</td></tr><tr><td>Pendle Router V4</td><td>0x888888888889758F76e7103c6CbF23ABbF58F946</td></tr><tr><td>Pendle PT Market</td><td>0x4eaa571eafcd96f51728756bd7f396459bb9b869</td></tr></tbody></table>

<table><thead><tr><th width="290">ETH Bearish Put-Spread (USDe)</th><th>Contract Address</th></tr></thead><tbody><tr><td>N-Vault</td><td>0x9AbbA395c4db06467B5C19A69F7e320EE962f2CB</td></tr><tr><td>N-Vault Token (NT)</td><td>0x5F040AB61E034498E8AfE728F2177Ffd65C33215</td></tr><tr><td>Deposit Token (USDe)</td><td>0x4c9EDD5852cd905f086C759E8383e09bff1E68B3</td></tr><tr><td>Pendle Router V4</td><td>0x888888888889758F76e7103c6CbF23ABbF58F946</td></tr><tr><td>Pendle PT Market</td><td>0x4eaa571eafcd96f51728756bd7f396459bb9b869</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.superhedge.com/contracts-and-security/deployed.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.
