explaingit

agus-ops/amphi

Analysis updated 2026-05-18

0SolidityAudience · developerComplexity · 4/5LicenseSetup · hard

TLDR

A test-network economic simulator where users trade, pool, and stake simulated crypto and commodity tokens with live-tracked pricing.

Mindmap

mindmap
  root((Amphi))
    What it does
      Simulates crypto commodity economy
      Live oracle pricing
      Swaps pools and vaults
    Tech stack
      Solidity
      Foundry
      React
      Node.js
    Use cases
      Test DeFi mechanics safely
      Study AMM and vault code
      Practice wallet integration
    Audience
      Web3 developers
      Smart contract learners
      Blockchain testers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Experiment with swapping between simulated crypto and commodity tokens without risking real money.

USE CASE 2

Study a working example of an AMM, yield vaults, and multisig governance built in Solidity.

USE CASE 3

Test wallet integrations against a live testnet economy with real-time oracle pricing.

USE CASE 4

Learn how liquidity pools and time-locked vaults work by interacting with a running sandbox.

What is it built with?

SolidityFoundryReactViteNode.js

How does it compare?

agus-ops/amphichenxu0602/pendle-pt-yt-mechanism-lablifeofifa/dex-panther-amm-evm
Stars000
LanguageSoliditySoliditySolidity
Last pushed2026-06-28
MaintenanceActive
Setup difficultyhardhardhard
Complexity4/55/54/5
Audiencedeveloperresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard

Requires deploying Solidity contracts with Foundry, running an oracle keeper, and connecting to a testnet.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

Amphi is a simulated economy built on a test blockchain network called GIWA Sepolia, meant for experimenting with how money might move between risky crypto assets and safer commodity backed assets like gold, silver, and platinum. It is not connected to real money. Everything runs on test tokens that stand in for things like Bitcoin, Ethereum, and stablecoins, priced using live market data pulled from real world sources so the simulation feels realistic. The project gives users several ways to interact with this pretend economy through a website. A faucet lets anyone claim a starting set of seven tokens for free, one time per wallet address. A premium faucet lets you buy simulated gold, silver, or platinum using test ETH at prices tracking the real market. From there you can swap between different tokens, add or remove funds from liquidity pools that make those swaps possible, or lock up commodity tokens in a vault for a set number of days to earn rewards over time. Larger decisions, like protocol changes, are controlled by a multi signature wallet with a 24 hour delay before changes take effect. Under the hood, the smart contracts are written in Solidity using the Foundry development toolkit, a background script keeps prices updated using outside price data sources, and the website itself is built with React and related web tools. All of the contracts are published and viewable on a blockchain explorer called Blockscout, and the author notes the contracts were reviewed with help from AI tools during development, but the project has not gone through a formal audit by a professional blockchain security firm. The README describes plans to eventually let anyone create and list their own tokens in the sandbox as a second phase. The project is released under the MIT license.

Copy-paste prompts

Prompt 1
Explain how Amphi's premium faucet prices Gold, Silver, and Platinum tokens using real-time oracle data.
Prompt 2
Walk me through deploying Amphi's contracts to a testnet using the Foundry deploy script.
Prompt 3
Help me set up the Amphi oracle keeper script and connect it to CoinGecko and GoldAPI.
Prompt 4
Show me how the 24 hour timelock governance works in Amphi's multisig contract.

Frequently asked questions

What is amphi?

A test-network economic simulator where users trade, pool, and stake simulated crypto and commodity tokens with live-tracked pricing.

What language is amphi written in?

Mainly Solidity. The stack also includes Solidity, Foundry, React.

What license does amphi use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is amphi to set up?

Setup difficulty is rated hard.

Who is amphi for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.