Xurple.net
Did you know that the ducks at the park are free? You can just take them and noone will stop you.
Join us on Discord
💰 Coinbase
New to crypto? Start here with easy onboarding.
🏭 XToken Factory
Create custom ERC20 tokens on Base with advanced features.
⚡ Ankr RPC
Fast, reliable RPC endpoints for blockchain development.
📦 Amazon
Shop on Amazon and support our development.
Directory
🔗 xauto.xurple.eth
Utility contract that takes a list of Uniswap v3 pools and sends a token through the route. This does not and will not have a UI. It was the first step in the process of building an arbitrage bot.
🔄 xcan.xurple.eth
Containerized arbitrage that attempts to send a token on a circular v3 route with minout=input (e.g.USDC->WETH->USDC using 2 separate USDC/WETH liquidity pools) This one is more promising but, sadly, its actual effectiveness leaves something to be desired. It becomes clear that arbitrage is a hevily occupied field
⚡ xlimit.xurple.eth
Modified xcan that allows for minout limits to enable limit orders. This is where my focus is. You can set one or two minouts, one for the starting token other for the end token. The contract will try to swap the tokens with the proper minout thresholds. If its a simple limit order the output is returned to the user. A persistant order will remain buying low and selling high at the provided thresholds. Anyone can execute the contracts and they will simply fail if thresholds aren't met. Helper scripts provide timed execution and accurate monitoring when in range.
🏭 base.factory.eth
Base network token factory for creating custom ERC20 tokens. Currently active and available at https://factory.xurple.net/
🏭 op.factory.xurple.eth
Optimism network token factory for creating custom ERC20 tokens. Available Now!
🌐 Subdomain Registration (WiP)
Evewallet.eth and Evevault.eth subdomain registration services. Eve Frontier is brought to you by the team behind Eve Online. In a glib sense its Eve on the blockchain. This will hopefully provide players with easily remembered wallet addresses! I have the ENS names, just need to make the contracts/front end.