Michael Feng

Results 40 issues of Michael Feng

### Description This issue involves adding support for `amm_add_liquidity` and `amm_remove_liquidity` order types within the XRPL connector. This will enable users to manage liquidity in AMM pools directly through Hummingbot....

bounty
xrpl

### Description Currently, the XRPL connector in Hummingbot fetches the best and last traded prices exclusively from the order book. This issue aims to modify the `_get_best_price` and `_get_last_traded_price` functions...

bounty
xrpl

**Before submitting this PR, please make sure**: - [X] Your code builds clean without any errors or warnings - [X] You are using approved title ("feat/", "fix/", "docs/", "refactor/") **A...

## Summary This PR adds several significant improvements to the Gateway server: ### Gateway API Enhancements - ✅ Add `/chains/{chain}/transactions` endpoint for fetching wallet transaction history - ✅ Add `/chains/{chain}/parse`...

**Before submitting this PR, please make sure**: - [ ] Your code builds clean without any errors or warnings - [ ] You are using approved title ("feat/", "fix/", "docs/",...

### Feature Suggestion * Add Gateway connector to HyperSwap (https://docs.hyperswap.exchange/hyperswap/) * Add HypeEVM network to Ethereum * Support AMM schema * Support hardware wallets * Add unit tests ### Impact...

enhancement
bounty

## Overview Several improvements and inconsistencies identified in the Uniswap connector that should be addressed for better consistency and functionality. ## Issues Identified ### 1. Slippage Parameter Inconsistency - **Issue**:...

uniswap

### Feature Suggestion * Add Gateway connector to Aerodrome (https://aerodrome.finance/) * Support all 3 schemas (Router / AMM / CLMM) * Support hardware wallets * Add unit tests ### Impact...

enhancement
bounty

# Why As we have more strategies, some will share features like order levels, hanging orders, etc. To give users more confidence in using these features, it would be ideal...

enhancement