-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: removing AC sunset page #6180
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,25 +6,20 @@ import Image from "@theme/IdealImage"; | |
|
||
:::danger Deprecated | ||
|
||
Aztec Connect is no longer being actively developed. | ||
Aztec Connect is no longer being actively developed and is shut down. | ||
|
||
::: | ||
|
||
The rollup instance operated by Aztec stopped accepting deposits on March 21st, 2023. Read the full announcement [here](https://medium.com/aztec-protocol/sunsetting-aztec-connect-a786edce5cae). | ||
|
||
We will continue to process transactions and withdrawals for funds that are already in the rollup until March 31st, 2024, at which point we will stop running the sequencer. Users should withdraw funds immediately. See the [zk.money](#zkmoney) section below for details on how to withdraw funds. | ||
|
||
## Run your own AC | ||
|
||
All of the infrastructure and associated code required to run and interact with the Aztec Connect rollup is open source, so anyone can publish blocks after we stop, or run their own instance of the rollup software. | ||
Aztec Labs ran a sequencer for a year in maintenance mode, providing free withdrawals until the 31st March 2024. | ||
|
||
However, all of the infrastructure and associated code required to run and interact with the Aztec Connect rollup is open source, so anyone can publish blocks, or run their own instance of the rollup software. For convenience, we've provided an [Aztec Connect Ejector](https://github.com/AztecProtocol/aztec-connect-ejector) you can refer to for instructions. | ||
You can find the old documentation site that includes all of the pertinent information on the [`aztec-connect` branch](https://github.com/AztecProtocol/docs/tree/aztec-connect) of the docs repository. | ||
|
||
The code has been open sourced and you can find the relevant repositories linked below. | ||
|
||
### Source Code | ||
|
||
Follow the links for more information about each package. | ||
The code is open-source. Here are the relevant repositories you can check for more information: | ||
|
||
- [Running the rollup service](https://github.com/AztecProtocol/aztec-connect/blob/master/yarn-project/README.md) | ||
- [Sequencer](https://github.com/AztecProtocol/aztec-connect/tree/master/yarn-project/falafel) | ||
|
@@ -33,61 +28,3 @@ Follow the links for more information about each package. | |
- [Block Explorer](https://github.com/AztecProtocol/aztec-connect-explorer) | ||
- [Alpha SDK](https://github.com/AztecProtocol/aztec-connect/tree/master/yarn-project/alpha-sdk) | ||
- [Wallet UI](https://github.com/AztecProtocol/wallet-ui) | ||
|
||
## Zk.money | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should keep these instructions as they are still relevant for people running the ejector themselves. |
||
|
||
### Exiting Defi Positions | ||
|
||
1. Navigate to your zk.money homepage and click “Wallet”. | ||
2. Scroll down to “Tokens” and “Earn Positions”. | ||
3. Click “Earn Positions”. | ||
4. Click “Claim & Exit” on the position you wish to exit. <Image img={require("/img/defiexit1.png")} /> | ||
5. All exit transactions are free in “Batched Mode” proceed to step 6 to get a free transaction. | ||
6. Click “Max” to exit the full amount, and then select a speed for your transaction. <Image img={require("/img/defiexit2.png")} /> | ||
7. Once you have done so, click “Next”. | ||
8. Review the amount you will receive is correct, tick the disclaimer, and click “Confirm Transaction”. <Image img={require("/img/defiexit3.png")} /> | ||
9. After clicking confirm transaction, sign the signature request using your connected wallet (e.g. Metamask in this example). <Image img={require("/img/defiexit4.png")} /> | ||
10. Wait until your transaction is confirmed. <Image img={require("/img/defiexit5.png")} /> | ||
11. Navigate back to your wallet homepage and click “Earn Positions”. | ||
12. The status of your exit will be displayed here, as shown by “Exiting” (1 tick). <Image img={require("/img/defiexit6.png")} /> | ||
13. To the left, click the transaction hash icon to be taken to the block explorer page to see the transaction status. <Image img={require("/img/defiexit7.png")} /> | ||
14. Your funds will appear in your dashboard once the transaction has settled. | ||
|
||
### Exiting LUSD Borrowing | ||
|
||
Your LUSD debt is repaid using a flash loan. Part of your ETH collateral then repays the flash loan, and the remaining ETH is returned to your account. Your total TB-275 tokens represents the entirety of your share of the collateral. Spending all your TB-275 will release your entire share of the collateral (minus the market value of the debt to be repaid). | ||
|
||
Liquity: https://docs.liquity.org/ | ||
|
||
1. Navigate to your zk.money homepage and click “Wallet”. | ||
2. Scroll down to “Tokens” and “Earn Positions”. | ||
3. Click “Earn Positions”. | ||
4. On your Liquity Trove position, click “Repay & Exit”. <Image img={require("/img/lusdexit1.png")} /> | ||
5. Click “Max” to exit the full amount, then select a speed for your transaction. <Image img={require("/img/lusdexit2.png")} /> | ||
6. Once you have done so, click “Next”. | ||
7. Review the amount you will receive is correct, tick the disclaimer, and click “Confirm Transaction”. <Image img={require("/img/lusdexit3.png")} /> | ||
8. After clicking confirm transaction, sign the signature request using your connected wallet (e.g. Metamask). | ||
9. Wait until your transaction is confirmed. | ||
10. Navigate to your zk.money wallet homepage and click “Earn Positions”. | ||
11. The status of your exit will be displayed here, as shown by “Exiting” (1 tick). <Image img={require("/img/lusdexit4.png")} /> | ||
12. Click the transaction hash icon to be taken to the block explorer page to see the transaction status. <Image img={require("/img/lusdexit5.png")} /> | ||
13. Your funds will appear in your dashboard once the transaction has settled. | ||
|
||
### Withdrawing Assets | ||
|
||
How to withdraw ETH, DAI and LUSD. | ||
|
||
1. Navigate to your zk.money homepage and click “Wallet”. | ||
2. Scroll down to “Tokens” and “Earn Positions”. | ||
3. Click “Tokens”. | ||
4. Click “Exit” on the desired token you would like to withdraw. <Image img={require("/img/withdraw1.png")} /> | ||
5. Click “Withdraw to L1”. <Image img={require("/img/withdraw2.png")} /> | ||
6. Enter your recipient address. | ||
7. Click “Max” to withdraw the full amount. | ||
8. Select a speed for your transaction (transactions are free in “Batched Mode”). | ||
9. Click “Next”. | ||
10. Review the amount you are withdrawing is correct, tick the disclaimer, and click “Confirm Transaction”. <Image img={require("/img/withdraw3.png")} /> | ||
11. Sign the signature request using your connected wallet (e.g. Metamask). | ||
12. Wait until your transaction is confirmed. <Image img={require("/img/withdraw4.png")} /> | ||
13. Navigate back to your wallet homepage, under Transaction History. Click the transaction hash to check the status of your transaction on the block explorer. <Image img={require("/img/withdraw5.png")} /> | ||
14. Your funds will appear in your recipient wallet once the transaction has settled. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.