diff --git a/framework/docs/src/3_framework/1_abstract_sdk.md b/framework/docs/src/3_framework/1_abstract_sdk.md index 3d2c50c3e..24aa4c7ce 100644 --- a/framework/docs/src/3_framework/1_abstract_sdk.md +++ b/framework/docs/src/3_framework/1_abstract_sdk.md @@ -91,10 +91,15 @@ Think of each of these bases as a foundation for building your application using - App - Adapter +- Standalone We will go into the technical details of these bases and their differences in the [Build With Abstract](../4_get_started/1_index.md) section. +```admonish info +Need a reminder on what the differences are between these bases? Check out the [module types](./6_module_types.md) page. +``` + ## Example: Autocompounder Let's take a look at what an `Autocompounder` app built with the Abstract SDK would look like. This `Autocompounder` has a dependency on two adapters, a `Dex` and `Staking` adapter. Drawing out the architecture would result in something like this: