build.fun ($BUILD)
  • Basics
    • What is $BUILD
    • Capabilities
    • Product Roadmap
    • Official Links
    • Tokenomics
  • Create an Agent
    • Getting Started
      • Agent Dashboard
      • Information
      • Twitter Configuration
      • Configure Triggers
      • Configure Functions
      • Finalize and Launch
    • API Access
    • Example (Weather)
    • Example (Custom)
    • Example (Stocks)
Powered by GitBook
On this page
Export as PDF
  1. Create an Agent

Example (Stocks)

Full video walkthrough guide coming soon

Stocks Monitoring & Auto-Trading

  • Goal: Track stock tickers or crypto prices in real time, execute trades under certain conditions.

  • Key Functions:

    • get_token_info to retrieve live market data.

    • execute_trade (custom) that interacts with a brokerage or on-chain DEX.

    • search_twitter for sentiment analysis or relevant news.

  • Workflow: The agent monitors $APPL or $ETH, compares the data with your custom rules (e.g., “buy if price dips 5%”), and automatically trades. Perfect for users who want an always-on “mini hedge fund” that capitalizes on market movements day or night.

PreviousExample (Custom)

Last updated 5 months ago