How do I market a financial agent like Manus(xynth.finance)
xynth.finance
How do I market a financial agent like Manus
https://www.xynth.finance/
2 comments
I am not a financial trader, but I had a similar experience while building a chatbot that analyzes the economy and current affairs. I focused on function calls and secured as many papers, news, and statistical APIs as possible (and wrapped them) so that the agent could read them. As the basis for judgment increased, the analysis became more detailed, specific, and sharp.
And I am an open source developer, and I need to make the framework used to build this widely known. And I don't know how to do it either. I am writing on developer communities such as dev.to, but it is not easy.
On the other hand, I am thinking of advertising on Reddit and uploading success stories using the framework to YouTube. If it is a trading bot, wouldn't it be possible to collect success stories or good user experiences, advertise them, film videos, and do interviews?
And I am an open source developer, and I need to make the framework used to build this widely known. And I don't know how to do it either. I am writing on developer communities such as dev.to, but it is not easy.
On the other hand, I am thinking of advertising on Reddit and uploading success stories using the framework to YouTube. If it is a trading bot, wouldn't it be possible to collect success stories or good user experiences, advertise them, film videos, and do interviews?
Been working on building a financial agent that can research, calculate and conduct financial analysis
The idea to do this was actually inspired by a post that I saw on r/smallstreetbets, where the OP would screenshot the daily price chart of the SPY, and ask Chat-GPT to give them a single leg options trade in the near term. https://www.reddit.com/r/smallstreetbets/comments/1isl2kh/ca...
They actually ended up making a couple of good consecutive trades doing so, but of course on the surface it was still just gambling. But it did make me wonder what would happen if I gave the best AI models access to live and historical financial data, news reports, and social media.
So decide to make a platform that gives access to a coding environment where it could pull financial metrics through APIs and analyze them with self-written code. For sentiment analysis, I enabled it to search and summarize reddit and twitter content. I connected these tools in a sandboxed environment that allowed the AI to work autonomously while staying focused.
Essentially made a Manus but for financial agent.
The problem is however I dont really know how to push this out there properly. Does any one have any tips?