-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ComposableFi/prefund-launch
docs ready for prefund launch
- Loading branch information
Showing
21 changed files
with
28 additions
and
76 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.docusaurus/docusaurus-plugin-content-docs/default/p/index-466.json
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 |
---|---|---|
@@ -1 +1 @@ | ||
{"version":{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"concepts":[{"type":"category","label":"Introduction","collapsed":false,"collapsible":false,"items":[{"type":"link","label":"Learn","href":"/concepts/learn","docId":"concepts/learn","unlisted":false},{"type":"link","label":"Definitions","href":"/concepts/definitions","docId":"concepts/definitions","unlisted":false},{"type":"link","label":"Mantis Use Cases","href":"/concepts/use-cases","docId":"concepts/use-cases","unlisted":false}],"href":"/"}],"rollup":[{"type":"category","label":"Rollup","collapsed":false,"collapsible":false,"items":[{"type":"link","label":"The Mantis Rollup","href":"/rollup/mantis","docId":"rollup/mantis","unlisted":false},{"type":"link","label":"Bridge Contract","href":"/rollup/bridge-contract","docId":"rollup/bridge-contract","unlisted":false},{"type":"link","label":"SVM and Sequencer","href":"/rollup/svm-sequencer","docId":"rollup/svm-sequencer","unlisted":false},{"type":"link","label":"Fee Structure","href":"/rollup/fees","docId":"rollup/fees","unlisted":false},{"type":"link","label":"Decentralized Sequencing","href":"/rollup/decentralised-sequencing","docId":"rollup/decentralised-sequencing","unlisted":false},{"type":"link","label":"Data Types","href":"/rollup/data-types","docId":"rollup/data-types","unlisted":false},{"type":"link","label":"Transaction Lifecycle","href":"/rollup/tx-lifecycle","docId":"rollup/tx-lifecycle","unlisted":false}]}],"protocol":[{"type":"category","label":"Protocol","collapsed":false,"collapsible":false,"items":[{"type":"link","label":"The Mantis Protocol","href":"/protocol/mantis","docId":"protocol/mantis","unlisted":false},{"type":"link","label":"Solvers","href":"/protocol/solvers","docId":"protocol/solvers","unlisted":false},{"type":"link","label":"Ecosystem","href":"/protocol/ecosystem","docId":"protocol/ecosystem","unlisted":false},{"type":"link","label":"Audits","href":"/protocol/audits","docId":"protocol/audits","unlisted":false},{"type":"link","label":"Roadmap","href":"/protocol/roadmap","docId":"protocol/roadmap","unlisted":false}]}],"develop":[{"type":"category","label":"Develop","collapsed":false,"collapsible":false,"items":[{"type":"link","label":"How Other Protocols Can Use Mantis","href":"/develop/","docId":"develop/develop","unlisted":false}]}],"user_guides":[{"type":"link","label":"Waitlist","href":"/user_guides/waitlist","docId":"user_guides/waitlist","unlisted":false}]},"docs":{"concepts/definitions":{"id":"concepts/definitions","title":"Definitions","description":"Block Builder: An entity that constructs blocks from transaction order flow.","sidebar":"concepts"},"concepts/learn":{"id":"concepts/learn","title":"Learn","description":"The Problem","sidebar":"concepts"},"concepts/use-cases":{"id":"concepts/use-cases","title":"Mantis Use Cases","description":"UX: Execute Anywhere from One Location","sidebar":"concepts"},"develop/develop":{"id":"develop/develop","title":"How Other Protocols Can Use Mantis","description":"Many projects within the DeFi space can leverage Mantis by tapping into the remote procedure call (RPC) of the Mantis Intent Software Development Kit (SDK). This is shown below:","sidebar":"develop"},"mantis":{"id":"mantis","title":"Introduction","description":"Mantis is a vertically integrated intent pipeline complete with expression, execution, and settlement. This is accomplished via the Mantis protocol and Mantis rollup.","sidebar":"concepts"},"protocol/audits":{"id":"protocol/audits","title":"Audits","description":"Mantis is completing an audit with Ottersec, an auditing firm that has secured leading projects such as the Solana Foundation, OlympusDAO, Algorand, Sui, and Squads. Thus far, Ottersec has secured over $5.69 billion in total value locked, with over $1 billion in vulnerabilities patched.","sidebar":"protocol"},"protocol/ecosystem":{"id":"protocol/ecosystem","title":"Ecosystem","description":"The components of the Mantis ecosystem synergize with the Picasso Network and the IBC Protocol. This enables Mantis’s cross-chain capability.","sidebar":"protocol"},"protocol/mantis":{"id":"protocol/mantis","title":"The Mantis Protocol","description":"On the Mantis rollup resides the Mantis protocol that facilitates optimal execution of cross-domain intent via a competition of solvers. In this protocol, users sign intents which are contained on a private rollup mempool. Solvers are staked agents that can a) observe the intents in the mempool and b) post solutions to intents in the auctioneer contract. The auctioneer contract scores the solutions based on how well they fit constraints the user has set. The winner of the auction is responsible for settling the intent solution they have proposed.","sidebar":"protocol"},"protocol/roadmap":{"id":"protocol/roadmap","title":"Roadmap","description":"Immediate Roadmap","sidebar":"protocol"},"protocol/solvers":{"id":"protocol/solvers","title":"Solvers","description":"The solver role is critical to Mantis and the chain-agnostic execution of user intents. To summarize the role, a solver:","sidebar":"protocol"},"rollup/bridge-contract":{"id":"rollup/bridge-contract","title":"Bridge Contract","description":"Deposits","sidebar":"rollup"},"rollup/data-types":{"id":"rollup/data-types","title":"Data Types","description":"On-chain data on the Mantis rollup comes from:","sidebar":"rollup"},"rollup/decentralised-sequencing":{"id":"rollup/decentralised-sequencing","title":"Decentralized Sequencing","description":"Sequencers are network nodes that play critical roles on a rollup. These roles include:","sidebar":"rollup"},"rollup/fees":{"id":"rollup/fees","title":"Fee Structure","description":"Initially, we will use the fee structure of Solana on the Mantis rollup. Later, we aim to implement a more dynamic fee model.","sidebar":"rollup"},"rollup/mantis":{"id":"rollup/mantis","title":"The Mantis Rollup","description":"A core component of Mantis is the Mantis rollup. Previously, rollups have been limited to the optimistic or ZK rollups in the Ethereum ecosystem. To meet its own unique needs, Mantis created its own rollup design on Solana.","sidebar":"rollup"},"rollup/svm-sequencer":{"id":"rollup/svm-sequencer","title":"SVM and Sequencer","description":"The Mantis rollup’s execution engine is a lightweight Solana Virtual Machine (SVM) with a sequencer similar to the Jito validator client. The sequencer interacts directly with the bridge contract on Solana mainnet for unlocking and routing funds to other chains.","sidebar":"rollup"},"rollup/tx-lifecycle":{"id":"rollup/tx-lifecycle","title":"Transaction Lifecycle","description":"Transactions settle down from layer 2 (the Mantis rollup) to layer 1 (the destination chain of the transaction):","sidebar":"rollup"},"user_guides/waitlist":{"id":"user_guides/waitlist","title":"Waitlist","description":"We are holding a waitlist period for Mantis. Participants on the waitlist can sign a message and commit total value locked to the Mantis rollup from any chain. Then, they will get early access to Mantis features and become eligible for rewards:","sidebar":"user_guides"}}}} | ||
{"version":{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"concepts":[{"type":"category","label":"Introduction","collapsed":false,"collapsible":false,"items":[{"type":"link","label":"Learn","href":"/concepts/learn","docId":"concepts/learn","unlisted":false},{"type":"link","label":"Definitions","href":"/concepts/definitions","docId":"concepts/definitions","unlisted":false},{"type":"link","label":"Mantis Use Cases","href":"/concepts/use-cases","docId":"concepts/use-cases","unlisted":false}],"href":"/"}],"rollup":[{"type":"category","label":"Rollup","collapsed":false,"collapsible":false,"items":[{"type":"link","label":"The Mantis Rollup","href":"/rollup/mantis","docId":"rollup/mantis","unlisted":false},{"type":"link","label":"Bridge Contract","href":"/rollup/bridge-contract","docId":"rollup/bridge-contract","unlisted":false},{"type":"link","label":"SVM and Sequencer","href":"/rollup/svm-sequencer","docId":"rollup/svm-sequencer","unlisted":false},{"type":"link","label":"Fee Structure","href":"/rollup/fees","docId":"rollup/fees","unlisted":false},{"type":"link","label":"Decentralized Sequencing","href":"/rollup/decentralised-sequencing","docId":"rollup/decentralised-sequencing","unlisted":false},{"type":"link","label":"Data Types","href":"/rollup/data-types","docId":"rollup/data-types","unlisted":false},{"type":"link","label":"Transaction Lifecycle","href":"/rollup/tx-lifecycle","docId":"rollup/tx-lifecycle","unlisted":false}]}],"protocol":[{"type":"category","label":"Protocol","collapsed":false,"collapsible":false,"items":[{"type":"link","label":"The Mantis Protocol","href":"/protocol/mantis","docId":"protocol/mantis","unlisted":false},{"type":"link","label":"Solvers","href":"/protocol/solvers","docId":"protocol/solvers","unlisted":false},{"type":"link","label":"Ecosystem","href":"/protocol/ecosystem","docId":"protocol/ecosystem","unlisted":false},{"type":"link","label":"Audits","href":"/protocol/audits","docId":"protocol/audits","unlisted":false},{"type":"link","label":"Roadmap","href":"/protocol/roadmap","docId":"protocol/roadmap","unlisted":false}]}],"develop":[{"type":"category","label":"Develop","collapsed":false,"collapsible":false,"items":[{"type":"link","label":"How Other Protocols Can Use Mantis","href":"/develop/","docId":"develop/develop","unlisted":false}]}]},"docs":{"concepts/definitions":{"id":"concepts/definitions","title":"Definitions","description":"Block Builder: An entity that constructs blocks from transaction order flow.","sidebar":"concepts"},"concepts/learn":{"id":"concepts/learn","title":"Learn","description":"The Problem","sidebar":"concepts"},"concepts/use-cases":{"id":"concepts/use-cases","title":"Mantis Use Cases","description":"UX: Execute Anywhere from One Location","sidebar":"concepts"},"develop/develop":{"id":"develop/develop","title":"How Other Protocols Can Use Mantis","description":"Many projects within the DeFi space can leverage Mantis by tapping into the remote procedure call (RPC) of the Mantis Intent Software Development Kit (SDK). This is shown below:","sidebar":"develop"},"mantis":{"id":"mantis","title":"Introduction","description":"Mantis is a vertically integrated intent pipeline complete with expression, execution, and settlement. This is accomplished via the Mantis protocol and Mantis rollup.","sidebar":"concepts"},"protocol/audits":{"id":"protocol/audits","title":"Audits","description":"Mantis is completing an audit with Ottersec, an auditing firm that has secured leading projects such as the Solana Foundation, OlympusDAO, Algorand, Sui, and Squads. Thus far, Ottersec has secured over $5.69 billion in total value locked, with over $1 billion in vulnerabilities patched.","sidebar":"protocol"},"protocol/ecosystem":{"id":"protocol/ecosystem","title":"Ecosystem","description":"The components of the Mantis ecosystem synergize with the Picasso Network and the IBC Protocol. This enables Mantis’s cross-chain capability.","sidebar":"protocol"},"protocol/mantis":{"id":"protocol/mantis","title":"The Mantis Protocol","description":"On the Mantis rollup resides the Mantis protocol that facilitates optimal execution of cross-domain intent via a competition of solvers. In this protocol, users sign intents which are contained on a private rollup mempool. Solvers are staked agents that can a) observe the intents in the mempool and b) post solutions to intents in the auctioneer contract. The auctioneer contract scores the solutions based on how well they fit constraints the user has set. The winner of the auction is responsible for settling the intent solution they have proposed.","sidebar":"protocol"},"protocol/roadmap":{"id":"protocol/roadmap","title":"Roadmap","description":"Immediate Roadmap","sidebar":"protocol"},"protocol/solvers":{"id":"protocol/solvers","title":"Solvers","description":"The solver role is critical to Mantis and the chain-agnostic execution of user intents. To summarize the role, a solver:","sidebar":"protocol"},"rollup/bridge-contract":{"id":"rollup/bridge-contract","title":"Bridge Contract","description":"Deposits","sidebar":"rollup"},"rollup/data-types":{"id":"rollup/data-types","title":"Data Types","description":"On-chain data on the Mantis rollup comes from:","sidebar":"rollup"},"rollup/decentralised-sequencing":{"id":"rollup/decentralised-sequencing","title":"Decentralized Sequencing","description":"Sequencers are network nodes that play critical roles on a rollup. These roles include:","sidebar":"rollup"},"rollup/fees":{"id":"rollup/fees","title":"Fee Structure","description":"Initially, we will use the fee structure of Solana on the Mantis rollup. Later, we aim to implement a more dynamic fee model.","sidebar":"rollup"},"rollup/mantis":{"id":"rollup/mantis","title":"The Mantis Rollup","description":"A core component of Mantis is the Mantis rollup. Previously, rollups have been limited to the optimistic or ZK rollups in the Ethereum ecosystem. To meet its own unique needs, Mantis created its own rollup design on Solana.","sidebar":"rollup"},"rollup/svm-sequencer":{"id":"rollup/svm-sequencer","title":"SVM and Sequencer","description":"The Mantis rollup’s execution engine is a lightweight Solana Virtual Machine (SVM) with a sequencer similar to the Jito validator client. The sequencer interacts directly with the bridge contract on Solana mainnet for unlocking and routing funds to other chains.","sidebar":"rollup"},"rollup/tx-lifecycle":{"id":"rollup/tx-lifecycle","title":"Transaction Lifecycle","description":"Transactions settle down from layer 2 (the Mantis rollup) to layer 1 (the destination chain of the transaction):","sidebar":"rollup"}}}} |
Oops, something went wrong.