qrcoin

Query QR Coin auction data on Base and manage bids.

1.2k|589|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/BankrBot/openclaw-skills --skill qrcoin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qrcoin
Source: https://github.com/BankrBot/openclaw-skills/tree/main/qrcoin
Command: npx skills add https://github.com/BankrBot/openclaw-skills --skill qrcoin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QR Coin auctions on Base require timely status checks, bid management, and on-chain transactions. This skill enables an agent to discover active auctions, read current bids, and place new bids or contribute to existing ones without manual steps.

Core Features & Use Cases

  • Check current auction status and active token IDs for QR Coin on Base.
  • View existing bids, reserve prices, and determine winning criteria.
  • Create a new bid with a URL or contribute to an existing bid, including USDC handling.
  • Guidance for performing on-chain transactions (e.g., approvals, bid creation, contributions) via standard tooling.

Quick Start

Place or contribute to a QR Coin auction on Base by checking the current token ID and submitting a bid or contribution.

Frequently Asked Questions about qrcoin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bid on a QR Coin auction on the Base blockchain?

To bid on a QR Coin auction on the Base blockchain, you query on-chain data for the active token ID, check the auction end time, and submit a new bid or contribute USDC to an existing reserve.

Can I contribute USDC to an existing QR Coin bid on Base?

Yes, you can contribute USDC to an existing QR Coin bid on Base by triggering the contributeToBid or contributeReserve function calls to interact directly with the auction contract.

What on-chain data do I need to check before participating in a Base QR Coin auction?

Before participating in a Base QR Coin auction, you need to query on-chain data such as currentTokenId and auctionEndTime to verify the auction status and determine winning criteria.

Does the QR Coin auction process on Base support bidding with a URL?

Yes, the QR Coin auction process on Base supports bidding with a URL by generating a createBid function call, allowing agents to create a new bid reserve without manual transaction steps.

How do I automate checking QR Coin auction status and reserve prices on Base?

You automate checking QR Coin auction status and reserve prices on Base by using an agent to query contract data like currentTokenId and auctionEndTime, enabling timely status checks and bid management.