> For the complete documentation index, see [llms.txt](https://docs.redhive.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redhive.online/deep-dive/using-redhive.md).

# Using RedHive

**Automated Stop Loss and Take Profit Management**

Help users set and manage stop-loss and take-profit orders directly on DeFi protocols.

* **Prompt Example**: *"Set a stop-loss at $1,500 and a take-profit at $1,800 for my ETH position."*
  * **Response**: *"Stop-loss set at $1,500 and take-profit at $1,800 for your 2 ETH position on Uniswap. RedHive will notify you when these conditions are met."*

***

**Liquidity Pool Creation and Monitoring**

Allow users to seamlessly create and manage liquidity pools while monitoring impermanent loss.

* **Prompt Example**: *"Create an ETH/USDC liquidity pool on Uniswap with $2,000 worth of ETH and USDC."*
  * **Response**: *"ETH/USDC liquidity pool created on Uniswap with $1,000 in ETH and $1,000 in USDC. Current pool APY is 9.8%. Monitoring for impermanent loss."*

***

**Arbitrage Opportunities**

Identify arbitrage opportunities across decentralized exchanges like Uniswap, SushiSwap, and Curve.

* **Prompt Example**: *"Find arbitrage opportunities between Curve and Uniswap for stablecoins."*
  * **Response**: *"Arbitrage opportunity detected: Buy $USDT on Curve for $0.998 and sell on Uniswap for $1.002. Estimated profit: $100 for $50,000 trade size."*

***

**Token Price Alerts**

Notify users when a token hits a specific price or percentage change.

* **Prompt Example**: *"Alert me when $ARB drops below $1.20 or increases by 10%."*
  * **Response**: *"Price alert set for $ARB. RedHive will notify you when the price drops below $1.20 or rises by 10%."*

***

**On-Chain Wallet Health Check**

Analyze wallet activity and provide a health score based on asset allocation, debt ratios, and risk exposure.

* **Prompt Example**: *"Check the health of my wallet and suggest optimizations."*
  * **Response**: *"Wallet Health: 78/100. Recommendations: Reduce debt by $1,200 on Aave to lower liquidation risk and increase staking in Curve for stable APY."*

***

**Auto-Rebalance Portfolio**

Enable users to set rules for periodic rebalancing of their portfolio based on market conditions.

* **Prompt Example**: *"Rebalance my portfolio to maintain 50% ETH, 30% stablecoins, and 20% DeFi tokens."*
  * **Response**: *"Portfolio rebalanced: 50% ETH, 30% USDC, and 20% DeFi tokens (UNI, CRV, AAVE). Next rebalance scheduled in 7 days."*

***

**Real-Time Gas Fee Optimization**

Optimize transactions for the best gas fees across Ethereum.

* **Prompt Example**: *"Execute a transaction to stake ETH on Lido with the lowest gas fee in the next 30 minutes."*
  * **Response**: *"Transaction queued. Estimated gas fee: 12 gwei. Expected execution within 25 minutes."*

***

**DAO Governance Participation**

Simplify voting and delegation in DAO governance.

* **Prompt Example**: *"Vote on all Snapshot proposals for $UNI with my preferred choice being 'Yes'."*
  * **Response**: *"Voted 'Yes' on Proposal #125: Allocate $1M to R\&D and Proposal #126: Decrease trading fees by 0.05%."*

***

**NFT Price Tracking and Floor Alerts**

Monitor NFT collections and alert users on price floors or trending activity.

* **Prompt Example**: *"Track the floor price of BAYC NFTs and notify me if it drops below 30 ETH."*
  * **Response**: *"BAYC floor price alert set. Current floor: 31.2 ETH. RedHive will notify you if it drops below 30 ETH."*

***

**Liquidation Protection**

Warn users of potential liquidation risks and suggest mitigations.

* **Prompt Example**: *"Monitor my Aave collateral and alert me if I'm at risk of liquidation."*
  * **Response**: *"Your Aave position is 80% collateralized. Risk threshold: 85%. Add $500 USDC or repay $300 debt to reduce liquidation risk."*

***

**Social Sentiment Analysis**

Analyze sentiment on Twitter, Discord, and Telegram about specific tokens or projects.

* **Prompt Example**: *"What is the current sentiment on $ARB across social platforms?"*
  * **Response**: *"Sentiment analysis for $ARB: 65% positive, 25% neutral, 10% negative. Key trends: Increasing community optimism after recent governance update."*

***

**Advanced Trading Agent Strategies**

Enable users to define bot strategies, including limit orders, dollar-cost averaging, and scalping.

* **Prompt Example**: *"Set up a trading bot to buy $ETH if the price drops to $1,600 and sell if it reaches $1,750."*
  * **Response**: *"Trading bot configured: Buy $ETH at $1,600 and sell at $1,750. Monitoring price changes every 10 seconds."*

***

**Cross-Chain Bridge Automation**

Simplify bridging assets across Ethereum Layer 2s and other chains.

* **Prompt Example**: *"Bridge 1 ETH from Ethereum to Arbitrum with the lowest fee."*
  * **Response**: *"Bridging 1 ETH from Ethereum to Arbitrum. Estimated gas fee: $8. Expected time: 5 minutes."*

***

**Whale Watch Alerts**

Track significant transactions from whale wallets for strategic insights.

* **Prompt Example**: *"Notify me of any transactions over 1,000 ETH from wallet X on Ethereum."*
  * **Response**: *"Whale alert: 2,500 ETH transferred from Wallet X to Binance. Timestamp: 10:15 AM UTC."*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.redhive.online/deep-dive/using-redhive.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
