Support | JucheGang Skip to content
Support 후원

Direct support

No platform, no processor, no percentage. A wallet address and a code that points at it. If the work is worth something to you, the amount is yours to decide, and nothing sits between the two of us to take a cut, hold the funds, or reverse them later.

Scan to pay 스캔
QR code to send any amount of USDC on Base
Base · USDC · any amount

Address

0x0e392132755757926F7965965A86B88880E90bca

Open in wallet
Details 세부
Network
Base · chain 8453
Asset
USDC · 1 USDC = 1 USD
Fee
Under one cent of network gas
Settles
20 confirmations · about one minute
Minimum
0.01 USDC

What it funds

  • Primary-source research and the briefings built on it.
  • Korean translation, so the argument reaches both sides of the line.
  • Hosting, archives, and keeping published work reachable.
  • The open-source tooling underneath all of it.

Sending it

  1. 01Pick an amount, or leave it open.
  2. 02Scan the code with any wallet, Coinbase, Rainbow, MetaMask, Trust.
  3. 03Confirm. The code already carries the network and the token, so there is nothing to select by hand.

No account is created, no email is collected, and nothing about the payment is recorded on this site. The transaction is public on Base, as every transaction on a public chain is.

For machines 기계

Machine-payable

The same address is reachable over x402, the open standard for charging over HTTP with stablecoins. An autonomous agent that wants to pay for something here does not need an account, a card, or a human in the loop, it reads the 402 response and settles on-chain.

curl -X POST https://x402-facilitator.onrender.com/support \
  -H 'Content-Type: application/json' \
  -d '{"amount": 5, "note": "briefings"}'

Returns HTTP 402 with the payment challenge, the address, and the same EIP-681 URI encoded in the codes above.