diff --git a/website/src/data/gallery.json b/website/src/data/gallery.json index a1ff5604e72..87ac5c75439 100644 --- a/website/src/data/gallery.json +++ b/website/src/data/gallery.json @@ -1,4 +1,11 @@ [ + { + "title": "AutoTx - Crypto Transactions Agent", + "link": "https://blog.polywrap.io/p/autotx-your-ai-powered-transaction", + "description": "Generates on-chain transactions, which are submitted to a smart account so users can easily approve & execute them.", + "image": "autotx.png", + "tags": ["tools", "groupchat", "app", "blockchain"] + }, { "title": "Function Generator & Validator", "link": "https://github.com/abhaymathur21/TensionCode", diff --git a/website/static/img/gallery/autotx.png b/website/static/img/gallery/autotx.png new file mode 100644 index 00000000000..4057a02c726 Binary files /dev/null and b/website/static/img/gallery/autotx.png differ