WTI CRUDE/+0.00%$OILFUN/CFD STATUS/ACTIVEBRENT/+0.00%FEES → OIL/AUTOTREASURY/OPENWTI CRUDE/+0.00%$OILFUN/CFD STATUS/ACTIVEBRENT/+0.00%FEES → OIL/AUTOTREASURY/OPENWTI CRUDE/+0.00%$OILFUN/CFD STATUS/ACTIVEBRENT/+0.00%FEES → OIL/AUTOTREASURY/OPENWTI CRUDE/+0.00%$OILFUN/CFD STATUS/ACTIVEBRENT/+0.00%FEES → OIL/AUTOTREASURY/OPEN
Newly Launched · CFDs Active

Every swap
funds a barrel.

$OILFUN transaction fees flow directly into live WTI crude oil CFD positions. No manual steps. Code runs the barrel.

Buy $OILFUN →How it works
oilfun-treasury · node v22
// oilfun treasury engine
const treasury = new OilFunTreasury({
asset: "WTI_CRUDE",
feeCapture: true,
autoTrade: true,
})
// listen for swap fees
treasury.onFee((fee) => {
cfd.deploy(fee)
})
▶ Treasury initialized
▶ Watching for swap events...
▶ CFD engine READY

// live_treasury.ts · auto-executing

Treasury buying now.

total deployed
$0.0000
0 positions opened
next buy in 30sinterval: 30s · size: ~$0.20
oilfun-treasury · cfd-engine · live feed0 entries
persisted locally · survives refresh · never resets

// how_it_works.ts

Fees in. Oil out.

01
Trade $OILFUN
Every buy and sell of $OILFUN on-chain generates a transaction fee. No extra steps, no sign-ups.
// every swap emits a fee
fee = amount * FEE_BPS / 10000
treasury.receive(fee)
02
Fees fund the treasury
Collected fees flow automatically into the oilfun treasury wallet. Fully on-chain, publicly verifiable.
treasury.balance += fee
// transparent. always.
Console.log(treasury.address)
03
Treasury opens oil CFDs
The treasury capital is deployed into live WTI crude oil CFD positions. Code executes. No middlemen.
// position opens automatically
cfd.open({
asset: "WTI_CRUDE",
size: treasury.deployable,
})
04
P&L accrues to holders
Oil CFD profits cycle back through the ecosystem — rewarding $OILFUN holders who stay in the barrel.
if (cfd.pnl > 0) {
distribute(holders, pnl)
}

// oil_exposure.ts

Real oil exposure.
No barrels required.

A CFD (Contract for Difference) lets you trade the price movement of crude oil without owning physical oil. You profit when the price moves in your favor.

The oilfun treasury opens WTI crude CFD positions using collected swap fees — going long or short based on the treasury engine. All automatically. All on-chain verifiable.

instrumentWTI Crude Oil CFD
directionLONG / SHORT
source$OILFUN swap fees
executionautomated
custodytreasury wallet
verificationon-chain
middlemen0

// get_started.sh

Enter the barrel.

Buy $OILFUN. Every swap funds a real oil position.

contract address
Buy on pump.fun →
Token
$OILFUN
Network
Solana
Fee Usage
Oil CFDs
Treasury
On-chain

// faq.md

Questions.