diff --git a/docs/concepts/account-linking/index.mdx b/docs/concepts/account-linking/index.mdx index a6882c252a..047bc2b5a1 100644 --- a/docs/concepts/account-linking/index.mdx +++ b/docs/concepts/account-linking/index.mdx @@ -15,16 +15,6 @@ The full user experience is enabled by three core components: - Account Linking - App custodied accounts may delegate access to users wallet - Core `HybridCustody` contract - A standard contract enabling users to view and manage their linked accounts - - - -Note that the documentation on Account Linking covers the current state and will likely differ from the final -implementation. **Testnet is currently out of sync with docs and will be updated shortly.** Builders should be aware -that breaking changes may follow before reaching a final community consensus on implementation. Interested in -contributing? [Check out the source!](https://github.com/onflow/hybrid-custody). - - - ### User Journey 1. The app creates, funds, and manages access to a Flow account initialized on user onboarding. This enables the app to diff --git a/docs/concepts/account-linking/parent-accounts.mdx b/docs/concepts/account-linking/parent-accounts.mdx index bcebc041a7..9c8b235a6e 100644 --- a/docs/concepts/account-linking/parent-accounts.mdx +++ b/docs/concepts/account-linking/parent-accounts.mdx @@ -7,15 +7,6 @@ In this doc, we'll continue from the perspective of a wallet or marketplace dapp abstracting away the partitioned access between accounts into a single dashboard for user interactions on all their owned assets. - - -Note that the documentation on Hybrid Custody covers the current state and will likely differ from the final -implementation. **Testnet is currently out of sync with docs and will be updated shortly.** Builders should be aware -that breaking changes may follow before reaching a final community consensus on implementation. Interested in -contributing? [Check out the source!](https://github.com/onflow/hybrid-custody). - - - ## Objectives - Understand the Hybrid Custody account model