# Testnet

On testnet there are significant changes on timings and the ETH needed for migration. See the differences that are between mainnet and testnet here:

### Sepolia Testnet

**Factory Contract:** [0xd13CE31747A1F0f075Ce7aD8E0C5b98aA6852e48](https://sepolia.etherscan.io/address/0xd13CE31747A1F0f075Ce7aD8E0C5b98aA6852e48)

**Bonding Curve:** [0xfA79da056eF40b06CC98E4305da0bB5098F418D6](https://sepolia.etherscan.io/address/0xfA79da056eF40b06CC98E4305da0bB5098F418D6)

**FeeOwner Contract:** [0xD0651c92C3c3CfdDA58E5740F5b067954D12c655](https://sepolia.etherscan.io/address/0xD0651c92C3c3CfdDA58E5740F5b067954D12c655)

**LFG Token Contract:** [0x7bcf948323A6368b4c82DBFB77a8CD5B609f9264](https://sepolia.etherscan.io/token/0x7bcf948323A6368b4c82DBFB77a8CD5B609f9264)

**Deposit Contract:** [0xE84d2efcEA9b18A6424d8a758DCd8788fF1605C5](https://sepolia.etherscan.io/address/0xE84d2efcEA9b18A6424d8a758DCd8788fF1605C5)

*Currently the contracts on Sepolia Testchain are not verified as there are ongoing problems with Etherscan (only on the testnet!).*

You can find the contracts also here: <https://github.com/lfgclub/lfgclub>

### Differences

You only need 0.71 / 0.436 / 0.216 ETH to complete the bonding curve.

All time based actions, like deposit, withdraw etc. are way lower set than on mainnet. E.g. 2 minutes instead of 14 days.

We can also not guarantee that fee % or any other values that can be changed are fixed on testnet. They can change without any announcement for testing purposes.


---

# 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://lfg-club.gitbook.io/lfgclub/deployment-addresses/testnet.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.
