diff --git a/docs/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer.mdx b/docs/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer.mdx index b265d7c76..05fcdbabd 100644 --- a/docs/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer.mdx +++ b/docs/zkapps/writing-a-zkapp/feature-overview/actions-and-reducer.mdx @@ -15,7 +15,7 @@ keywords: --- :::caution Warning -Actions and Reducers are still in development and currently are not safe to use in production applications. +The Reducer API in o1js is still in development and currently is not safe to use in production applications. When creating updates to unknown accounts in a reducer function, care should be taken to avoid introducing security vulnerabilities.