# Innernet > Utility grid for autonomous agents. Small, reliable HTTP machines that do > one job each and answer to anyone. No accounts, no API keys. Pay per call via the x402 protocol in USDC or EURC: an unpaid request returns HTTP 402 with payment requirements (one option per currency); pay any option and retry. Machine-readable catalog with JSON Schemas: https://innernetcorp.com/catalog ## Machines - POST https://innernetcorp.com/machines/render - Screenshot / PDF renderer ($0.01/call). Render any public URL, or raw HTML you provide, into a PNG/JPEG screenshot or a PDF using a real headless browser. Useful when an agent needs pixels: previews, archives, visual checks, reports. - POST https://innernetcorp.com/machines/markdown - Page -> clean Markdown ($0.005/call). Extract the readable article from a public URL (or raw HTML) and return it as clean Markdown with title and byline. Reader-mode for agents: strips nav, ads and boilerplate. For heavily JavaScript-rendered pages, render first (slot A1) or pass the rendered HTML here. - POST https://innernetcorp.com/machines/json-repair - JSON repair + schema check ($0.002/call). Fix broken JSON (trailing commas, single quotes, unquoted keys, truncation, markdown fences) and optionally validate the result against a JSON Schema you supply. Built for cleaning up LLM tool output before it hits your pipeline. - POST https://innernetcorp.com/machines/extract - Structured extraction (CSS selectors) ($0.003/call). Scrape structured data from any public page: give a URL (or raw HTML) plus named CSS selectors, get clean JSON back. Supports text, attributes (href, src, ...), innerHTML, and all-matches arrays. The fast lane for agents that need facts off a page, not prose. - POST https://innernetcorp.com/machines/pdf-text - PDF -> text ($0.005/call). Read a PDF and return its text: full document plus per-page, with page count. Accepts a public URL (up to ~3 MB) or base64 bytes (up to ~1 MB). Text-based PDFs only - scanned images need OCR, which is a different machine. - POST https://innernetcorp.com/machines/convert - CSV / JSON / YAML converter ($0.002/call). Convert data between CSV, JSON and YAML in one call. CSV parsing with headers and type inference; YAML-safe loading; pretty or compact JSON out. For bots holding data in the wrong container. - POST https://innernetcorp.com/machines/qr - QR code generator ($0.003/call). Generate a QR code as PNG or SVG from any text: links, wallet addresses, wifi credentials, tickets. Sizes 64-2048px, selectable error-correction level. - POST https://innernetcorp.com/machines/ssl-check - SSL certificate check ($0.002/call). Inspect any public host's TLS certificate in one call: expiry date and days remaining, issuer, subject, SANs, chain validity and TLS protocol. Built for monitoring agents that babysit domains. - POST https://innernetcorp.com/machines/notary - Notary - signed timestamped receipts ($0.002/call). Proof for the agent economy: submit content (or just its sha256) and receive an Ed25519-signed, timestamped receipt proving that exact content existed at that moment. Nothing is stored - we hash and sign. Verification is FREE for anyone, forever, at POST /machines/verify-receipt (or offline with the embedded public key). Tool receipts, not zero-knowledge: the trust primitive agents actually use. - POST https://innernetcorp.com/machines/og-image - OG / social card generator ($0.008/call). Turn a title into a polished 1200x630 social preview card (Open Graph / Twitter) as PNG or JPEG: title, subtitle, footer badge, dark or light theme, custom accent color. Rendered by a real browser, fully offline - built for agents publishing links that need to look intentional. - POST https://innernetcorp.com/machines/slugify - Slugify text ($0.001/call). Convert any text into a clean URL slug: lowercase, hyphen-separated, accents stripped, safe for URLs, filenames and IDs. - POST https://innernetcorp.com/machines/change-case - Change text case ($0.001/call). Convert text between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title Case, lower and UPPER. - POST https://innernetcorp.com/machines/text-stats - Text statistics ($0.001/call). Count characters, words, sentences, paragraphs, unique words and estimate reading time for any text. - POST https://innernetcorp.com/machines/dedupe-lines - Deduplicate lines ($0.001/call). Remove duplicate lines from text while preserving first-seen order; optional case-insensitive and trim modes. - POST https://innernetcorp.com/machines/sort-lines - Sort lines ($0.001/call). Sort the lines of a text alphabetically or numerically, ascending or descending, with natural-order option. - POST https://innernetcorp.com/machines/extract-emails - Extract email addresses ($0.001/call). Find and extract all email addresses from any block of text, deduplicated. - POST https://innernetcorp.com/machines/extract-urls - Extract URLs ($0.001/call). Find and extract all http/https URLs from any block of text, deduplicated. - POST https://innernetcorp.com/machines/levenshtein - String similarity (Levenshtein) ($0.001/call). Compute edit distance and similarity percentage between two strings - fuzzy matching, deduplication, typo detection. - POST https://innernetcorp.com/machines/remove-accents - Remove accents / diacritics ($0.001/call). Strip accents and diacritical marks from text, converting to plain ASCII-friendly characters. - POST https://innernetcorp.com/machines/truncate-text - Truncate text ($0.001/call). Truncate text to a maximum length at a word boundary, with customizable ellipsis suffix. - POST https://innernetcorp.com/machines/find-replace - Find and replace ($0.001/call). Replace all occurrences of a literal search string in text, with optional case-insensitive matching. Returns replacement count. - POST https://innernetcorp.com/machines/word-frequency - Word frequency ($0.001/call). Count how often each word appears in a text; returns the top N most frequent words - keyword analysis, SEO, content audit. - POST https://innernetcorp.com/machines/base64-encode - Base64 encode ($0.001/call). Encode text or UTF-8 data to Base64, with optional URL-safe alphabet. - POST https://innernetcorp.com/machines/base64-decode - Base64 decode ($0.001/call). Decode Base64 (standard or URL-safe) back to UTF-8 text. - POST https://innernetcorp.com/machines/url-encode - URL encode ($0.001/call). Percent-encode text for safe use in URLs and query strings (RFC 3986). - POST https://innernetcorp.com/machines/url-decode - URL decode ($0.001/call). Decode percent-encoded URL text back to readable characters. - POST https://innernetcorp.com/machines/hex-encode - Hex encode ($0.001/call). Convert text or UTF-8 data to a hexadecimal string. - POST https://innernetcorp.com/machines/hex-decode - Hex decode ($0.001/call). Convert a hexadecimal string back to UTF-8 text. - POST https://innernetcorp.com/machines/jwt-decode - JWT decode (no verification) ($0.001/call). Decode a JSON Web Token's header and payload for inspection - shows claims, expiry, issuer. Does NOT verify the signature. - POST https://innernetcorp.com/machines/html-escape - HTML escape ($0.001/call). Escape text for safe embedding in HTML: & < > " ' become entities. XSS-safe output encoding. - POST https://innernetcorp.com/machines/html-unescape - HTML unescape ($0.001/call). Convert common HTML entities (named and numeric) back to plain characters. - POST https://innernetcorp.com/machines/rot13 - ROT13 cipher ($0.001/call). Apply the classic ROT13 letter rotation to text (encode and decode are the same operation). - POST https://innernetcorp.com/machines/sha256 - SHA-256 hash ($0.001/call). Compute the SHA-256 hash of text - content fingerprinting, integrity checks, dedupe keys. - POST https://innernetcorp.com/machines/sha512 - SHA-512 hash ($0.001/call). Compute the SHA-512 hash of text for high-strength fingerprints and integrity verification. - POST https://innernetcorp.com/machines/md5 - MD5 hash ($0.001/call). Compute the MD5 hash of text - legacy checksums and cache keys (not for security). - POST https://innernetcorp.com/machines/hmac - HMAC signature ($0.001/call). Compute an HMAC (SHA-256 or SHA-512) of a message with a secret key - webhook signing and verification. - POST https://innernetcorp.com/machines/crc32 - CRC32 checksum ($0.001/call). Compute the CRC32 checksum of text - fast integrity checks and legacy compatibility. - POST https://innernetcorp.com/machines/uuid-generate - Generate UUID v4 ($0.001/call). Generate one or more random UUID v4 identifiers. - POST https://innernetcorp.com/machines/uuid-v5 - Deterministic UUID v5 ($0.001/call). Generate a deterministic name-based UUID v5 from a namespace UUID and a name - same inputs always give the same ID. - POST https://innernetcorp.com/machines/random-token - Random token generator ($0.001/call). Generate cryptographically secure random tokens in hex or base64url - API keys, session tokens, nonces. - POST https://innernetcorp.com/machines/unix-to-iso - Unix timestamp to ISO date ($0.001/call). Convert a Unix epoch timestamp (seconds or milliseconds) to ISO 8601 UTC datetime. - POST https://innernetcorp.com/machines/iso-to-unix - ISO date to Unix timestamp ($0.001/call). Convert an ISO 8601 or common date string to Unix epoch seconds and milliseconds. - POST https://innernetcorp.com/machines/timezone-convert - Timezone convert ($0.001/call). Convert a datetime from UTC into any IANA timezone (Asia/Karachi, America/New_York, Europe/London...) with local formatting and UTC offset. - POST https://innernetcorp.com/machines/date-diff - Date difference ($0.001/call). Compute the difference between two dates in days, hours, minutes, seconds and a human-readable breakdown. - POST https://innernetcorp.com/machines/date-add - Date add / subtract ($0.001/call). Add or subtract days, hours, minutes, months or years from a date; negative amounts subtract. - POST https://innernetcorp.com/machines/week-number - ISO week number ($0.001/call). Get the ISO 8601 week number, day of year and quarter for any date. - POST https://innernetcorp.com/machines/business-days - Business days between dates ($0.001/call). Count business days (Monday-Friday) between two dates, excluding weekends. - POST https://innernetcorp.com/machines/age-calculator - Age calculator ($0.001/call). Calculate exact age in years, months and days from a birth date to today or a given date. - POST https://innernetcorp.com/machines/duration-humanize - Humanize duration ($0.001/call). Turn a duration in seconds or milliseconds into human-readable text like '2 days 3 hours 10 minutes'. - POST https://innernetcorp.com/machines/date-format - Format date ($0.001/call). Format a date into common patterns: long, short, monthly, weekday, or a custom locale - multilingual output supported. - POST https://innernetcorp.com/machines/unit-convert - Unit converter ($0.001/call). Convert between units of length, mass, volume, area, speed and digital data - km to miles, kg to lb, GB to GiB, liters to gallons and more. - POST https://innernetcorp.com/machines/number-to-words - Number to words ($0.001/call). Spell out a number in English words - invoices, checks, legal documents. Supports up to trillions and decimals. - POST https://innernetcorp.com/machines/roman-numerals - Roman numerals converter ($0.001/call). Convert between integers and Roman numerals in both directions (1-3999). - POST https://innernetcorp.com/machines/base-convert - Number base converter ($0.001/call). Convert numbers between bases 2-36: binary, octal, decimal, hexadecimal and any custom radix. - POST https://innernetcorp.com/machines/round-precision - Round with precision ($0.001/call). Round, floor, or ceil a number to N decimal places or significant figures, without floating point surprises. - POST https://innernetcorp.com/machines/random-int - Random integers ($0.001/call). Generate cryptographically fair random integers in a range, with optional unique (no-repeat) mode - draws, sampling, testing. - POST https://innernetcorp.com/machines/percentage-calc - Percentage calculator ($0.001/call). All percentage math in one machine: X% of Y, what percent X is of Y, and percentage change between two values. - POST https://innernetcorp.com/machines/ratio-simplify - Simplify ratio / fraction ($0.001/call). Reduce a ratio or fraction to lowest terms using GCD, with decimal equivalent. - POST https://innernetcorp.com/machines/prime-check - Prime checker + factorization ($0.001/call). Test if a number is prime and return its full prime factorization. - POST https://innernetcorp.com/machines/statistics - Descriptive statistics ($0.001/call). Compute mean, median, mode, min, max, range, variance, standard deviation and percentiles for an array of numbers. - POST https://innernetcorp.com/machines/compound-interest - Compound interest calculator ($0.001/call). Compute compound interest growth: final amount, total interest earned, with any compounding frequency and optional monthly contributions. - POST https://innernetcorp.com/machines/loan-payment - Loan payment calculator ($0.001/call). Compute the monthly payment, total paid and total interest for an amortized loan - mortgages, car loans, business credit. - POST https://innernetcorp.com/machines/simple-interest - Simple interest calculator ($0.001/call). Compute simple (non-compounding) interest and final amount for a principal, rate and time. - POST https://innernetcorp.com/machines/margin-markup - Margin and markup calculator ($0.001/call). Convert between cost, price, profit margin and markup percentage - solve for whichever is missing. - POST https://innernetcorp.com/machines/vat-calc - VAT / sales tax calculator ($0.001/call). Add tax to a net amount or extract tax from a gross amount, at any VAT or sales-tax rate. - POST https://innernetcorp.com/machines/currency-format - Currency formatter ($0.001/call). Format a number as currency in any ISO code and locale: USD, EUR, PKR, JPY - proper symbols, separators and decimals. - POST https://innernetcorp.com/machines/roi-calc - ROI calculator ($0.001/call). Compute return on investment: total ROI percent, absolute gain and annualized return (CAGR) if years given. - POST https://innernetcorp.com/machines/break-even - Break-even calculator ($0.001/call). Find the break-even point in units and revenue from fixed costs, variable cost per unit and price per unit. - POST https://innernetcorp.com/machines/validate-email - Email validator ($0.001/call). Check whether a string is a syntactically valid email address, with domain and normalized form. - POST https://innernetcorp.com/machines/validate-url - URL validator + parser ($0.001/call). Validate a URL and break it into protocol, host, path, query parameters and fragment. - POST https://innernetcorp.com/machines/validate-uuid - UUID validator ($0.001/call). Check whether a string is a valid UUID and detect its version (v1, v4, v5...). - POST https://innernetcorp.com/machines/validate-ip - IP address validator ($0.001/call). Validate IPv4 and IPv6 addresses; detects version, private/public ranges and loopback. - POST https://innernetcorp.com/machines/validate-credit-card - Credit card validator (Luhn) ($0.001/call). Validate a card number with the Luhn checksum and detect the brand: Visa, Mastercard, Amex, Discover. - POST https://innernetcorp.com/machines/validate-iban - IBAN validator ($0.001/call). Validate an International Bank Account Number with the mod-97 checksum; returns country code and normalized form. - POST https://innernetcorp.com/machines/validate-isbn - ISBN validator ($0.001/call). Validate ISBN-10 and ISBN-13 book numbers with their checksums. - POST https://innernetcorp.com/machines/json-lint - JSON lint / validity check ($0.001/call). Check whether a string is valid JSON; returns the parse error position and message if broken. - POST https://innernetcorp.com/machines/password-strength - Password strength checker ($0.001/call). Score a password 0-100 with entropy estimate, character-class analysis and crack-time estimate. Sent password is not stored. - POST https://innernetcorp.com/machines/semver-compare - Semantic version compare ($0.001/call). Compare two semver versions (1.2.3-beta.1): returns which is greater and whether a constraint like >=1.2.0 is satisfied. - POST https://innernetcorp.com/machines/json-flatten - Flatten nested JSON ($0.001/call). Flatten a nested JSON object into single-level dot-notation keys: {a:{b:1}} becomes {'a.b':1}. Great for CSV export and diffing. - POST https://innernetcorp.com/machines/json-unflatten - Unflatten dot-notation JSON ($0.001/call). Rebuild a nested JSON object from flat dot-notation keys: {'a.b':1} becomes {a:{b:1}}. - POST https://innernetcorp.com/machines/json-pick - Pick JSON paths ($0.001/call). Extract only the listed dot-notation paths from a JSON object - trim big API responses down to what you need. - POST https://innernetcorp.com/machines/json-sort-keys - Sort JSON keys ($0.001/call). Recursively sort all object keys alphabetically - canonical JSON for diffing, hashing and version control. - POST https://innernetcorp.com/machines/json-minify - Minify / prettify JSON ($0.001/call). Minify JSON to its smallest form or pretty-print it with chosen indentation. - POST https://innernetcorp.com/machines/to-querystring - JSON to query string ($0.001/call). Convert a flat JSON object into a URL query string with proper encoding. - POST https://innernetcorp.com/machines/from-querystring - Query string to JSON ($0.001/call). Parse a URL query string into a JSON object; repeated keys become arrays. - POST https://innernetcorp.com/machines/dedupe-array - Deduplicate array ($0.001/call). Remove duplicate values from a JSON array - primitives or objects (deep equality) - preserving order. - POST https://innernetcorp.com/machines/sort-array - Sort JSON array ($0.001/call). Sort a JSON array of numbers, strings, or objects by a key - ascending or descending, numeric or alphabetical. - POST https://innernetcorp.com/machines/json-keys-list - List all JSON paths ($0.001/call). List every dot-notation path in a JSON object with its type and depth - schema discovery for unknown payloads. - POST https://innernetcorp.com/machines/haversine-distance - Distance between coordinates ($0.001/call). Great-circle (haversine) distance between two lat/lon points in kilometers, miles and nautical miles. - POST https://innernetcorp.com/machines/bearing - Bearing between coordinates ($0.001/call). Initial compass bearing from one lat/lon point to another, in degrees and cardinal direction (N, NE, ESE...). - POST https://innernetcorp.com/machines/midpoint - Geographic midpoint ($0.001/call). The geographic midpoint between two lat/lon coordinates along the great circle. - POST https://innernetcorp.com/machines/bounding-box - Bounding box around a point ($0.001/call). Compute the min/max lat-lon bounding box around a center point for a given radius - geo search filters and map viewports. - POST https://innernetcorp.com/machines/coords-validate - Coordinate validator ($0.001/call). Validate latitude/longitude values and normalize various formats to clean decimal degrees. - POST https://innernetcorp.com/machines/dms-decimal - DMS ↔ decimal degrees ($0.001/call). Convert coordinates between degrees-minutes-seconds (31°31'13"N) and decimal degrees (31.5204), both directions. - POST https://innernetcorp.com/machines/hex-to-rgb - Hex to RGB ($0.001/call). Convert a hex color (#FFB000) to RGB and HSL values. - POST https://innernetcorp.com/machines/rgb-to-hex - RGB to hex ($0.001/call). Convert RGB values (0-255) to a hex color string. - POST https://innernetcorp.com/machines/hex-to-hsl - Hex to HSL ($0.001/call). Convert a hex color to HSL (hue, saturation, lightness) - the color space for programmatic adjustment. - POST https://innernetcorp.com/machines/hsl-to-hex - HSL to hex ($0.001/call). Convert HSL values back to a hex color string. - POST https://innernetcorp.com/machines/contrast-ratio - WCAG contrast checker ($0.001/call). Compute the WCAG contrast ratio between two colors and whether they pass AA / AAA accessibility for normal and large text. - POST https://innernetcorp.com/machines/lighten-darken - Lighten / darken color ($0.001/call). Lighten or darken a hex color by a percentage; also generates a 5-step tint/shade scale. - POST https://innernetcorp.com/machines/eth-unit-convert - Ethereum unit converter ($0.001/call). Convert between wei, gwei and ETH with exact BigInt math - gas math, balances, transaction values. - POST https://innernetcorp.com/machines/eth-address-validate - Ethereum address validator ($0.001/call). Validate an Ethereum/EVM address: format check plus EIP-55 checksum verification; returns the correct checksummed form. - POST https://innernetcorp.com/machines/eth-checksum-address - EIP-55 checksum address ($0.001/call). Convert any Ethereum address to its EIP-55 mixed-case checksummed form. - POST https://innernetcorp.com/machines/keccak256 - Keccak-256 hash (Ethereum) ($0.001/call). Compute the Keccak-256 hash used across Ethereum - event topics, storage slots, content addressing. Accepts UTF-8 text or 0x-hex input. - POST https://innernetcorp.com/machines/evm-selector - EVM function selector ($0.001/call). Compute the 4-byte function selector and full event topic hash from a Solidity signature like transfer(address,uint256). - POST https://innernetcorp.com/machines/calldata-decode - EVM calldata splitter ($0.001/call). Split raw EVM transaction calldata into the 4-byte function selector and its 32-byte argument words for inspection. - POST https://innernetcorp.com/machines/token-amount-format - Token amount formatter ($0.001/call). Convert raw on-chain token amounts (uint) to human units and back, for any token decimals - USDC 6, ETH 18, WBTC 8. - POST https://innernetcorp.com/machines/gas-cost - Gas cost calculator ($0.001/call). Compute transaction cost in ETH (and USD if you give a price) from gas used and gas price in gwei - fee estimation for EVM chains. - POST https://innernetcorp.com/machines/btc-unit-convert - Bitcoin unit converter ($0.001/call). Convert between satoshis, bits, mBTC and BTC with exact integer math. - POST https://innernetcorp.com/machines/btc-address-validate - Bitcoin address validator ($0.001/call). Validate Bitcoin addresses: legacy Base58Check (1..., 3...) with checksum, and SegWit/Taproot bech32 (bc1q..., bc1p...). - POST https://innernetcorp.com/machines/sol-address-validate - Solana address validator ($0.001/call). Validate a Solana address: base58 decoding to exactly 32 bytes. - POST https://innernetcorp.com/machines/base58-convert - Base58 encode / decode ($0.001/call). Encode hex or text to Base58 (Bitcoin alphabet) and decode Base58 back to hex - addresses, IPFS CIDs, short IDs. - POST https://innernetcorp.com/machines/ens-namehash - ENS namehash ($0.001/call). Compute the ENS namehash (EIP-137) of a .eth or any ENS name - resolver lookups and on-chain ENS work. - POST https://innernetcorp.com/machines/wei-safe-math - BigInt token math ($0.001/call). Exact add, subtract, multiply, divide and percentage on huge integer token amounts (wei, raw units) - no floating point errors ever. - POST https://innernetcorp.com/machines/amortization-schedule - Amortization schedule ($0.001/call). Full month-by-month loan amortization table: payment, principal, interest and remaining balance per period - mortgages and business loans. - POST https://innernetcorp.com/machines/npv - Net present value (NPV) ($0.001/call). Compute the net present value of a series of cash flows at a discount rate - project and investment appraisal. - POST https://innernetcorp.com/machines/irr - Internal rate of return (IRR) ($0.001/call). Find the internal rate of return of a cash-flow series - the discount rate where NPV is zero. Investment comparison standard. - POST https://innernetcorp.com/machines/depreciation - Depreciation calculator ($0.001/call). Asset depreciation schedules: straight-line and declining-balance methods with year-by-year book values. - POST https://innernetcorp.com/machines/cagr - CAGR calculator ($0.001/call). Compound annual growth rate between a start and end value over N years - the standard growth comparison metric. - POST https://innernetcorp.com/machines/payback-period - Payback period ($0.001/call). How long until an investment pays itself back from a series of cash inflows, with fractional-year precision. - POST https://innernetcorp.com/machines/discount-chain - Stacked discount calculator ($0.001/call). Apply a chain of successive discounts and/or a tax to a price (e.g. 20% then 10% then +18% VAT) - the true final price. - POST https://innernetcorp.com/machines/invoice-total - Invoice line-item totalizer ($0.001/call). Total an invoice from line items (qty × unit price), with per-line and invoice-level discount and tax - returns the full computed invoice. - POST https://innernetcorp.com/machines/land-unit-convert - Land area converter ($0.001/call). Convert land area between hectares, acres, square meters - and South Asian units: kanal, marla, bigha, guntha. Real-estate and farm math. - POST https://innernetcorp.com/machines/crop-yield-convert - Crop yield converter ($0.001/call). Convert crop yields between bushels/acre, tonnes/hectare, kg/ha and maunds/acre for major crops - corn, wheat, soybeans, rice. - POST https://innernetcorp.com/machines/feed-conversion-ratio - Feed conversion ratio (FCR) ($0.001/call). Compute FCR (feed consumed / weight gained) and cost per kg of gain for poultry, cattle, fish - the core livestock efficiency metric. - POST https://innernetcorp.com/machines/dcad-calculator - DCAD calculator (dairy nutrition) ($0.001/call). Dietary cation-anion difference from Na, K, Cl, S percentages of dry matter - transition cow rations and milk fever prevention. Returns mEq/100g DM. - POST https://innernetcorp.com/machines/pearson-square - Pearson square feed mixing ($0.001/call). Classic Pearson square: what ratio of two feeds hits a target nutrient percentage - protein blending for rations and premixes. - POST https://innernetcorp.com/machines/grain-shrink - Grain moisture shrink ($0.001/call). Weight loss when drying grain from one moisture percentage to another, with shrink percent and dry weight - grain trading and storage. - POST https://innernetcorp.com/machines/stocking-rate - Livestock stocking rate ($0.001/call). Animal units and stocking rate math: how many head a pasture carries from area, forage yield and utilization - grazing planning. - POST https://innernetcorp.com/machines/seed-rate - Seeding rate calculator ($0.001/call). Seeds and kilograms of seed needed from target plant population, germination rate and thousand-seed weight - planting planning. - POST https://innernetcorp.com/machines/abi-encode - ABI encode ($0.001/call). Encode Solidity function arguments into EVM calldata: give a signature like transfer(address,uint256) and values, get the full 0x calldata. - POST https://innernetcorp.com/machines/abi-decode-words - ABI decode by types ($0.001/call). Decode ABI-encoded data (calldata body or return data) against a type list like address,uint256 - typed values out. - POST https://innernetcorp.com/machines/solidity-pack-hash - Solidity encodePacked + keccak ($0.001/call). Compute keccak256(abi.encodePacked(...)) for address/uint/bytes/string values - commitment schemes, merkle leaves, signature digests. - POST https://innernetcorp.com/machines/rlp-encode - RLP encode ($0.001/call). Encode values or nested lists into Ethereum RLP hex - transactions, tries, CREATE derivation. - POST https://innernetcorp.com/machines/rlp-decode - RLP decode ($0.001/call). Decode Ethereum RLP hex into its nested structure of hex values. - POST https://innernetcorp.com/machines/eth-tx-decode - Raw transaction decoder ($0.001/call). Decode a raw signed Ethereum transaction (legacy or EIP-1559 0x02) into nonce, gas, to, value, data and signature parts, plus its hash. - POST https://innernetcorp.com/machines/signature-split - Signature splitter ($0.001/call). Split a 65-byte Ethereum signature into r, s, v; detects EIP-155 chain ID and normalizes v to 27/28. - POST https://innernetcorp.com/machines/create-address - CREATE contract address ($0.001/call). Compute the contract address deployed by an account at a given nonce (CREATE opcode: keccak(rlp(sender, nonce))). - POST https://innernetcorp.com/machines/create2-address - CREATE2 contract address ($0.001/call). Compute a deterministic CREATE2 contract address from deployer, salt and init-code hash (EIP-1014) - counterfactual deployments. - POST https://innernetcorp.com/machines/merkle-root - Merkle root builder ($0.001/call). Build a merkle root from leaf hashes with sorted-pair hashing (OpenZeppelin style) - airdrop lists, allowlists, commitments. - POST https://innernetcorp.com/machines/merkle-verify - Merkle proof verifier ($0.001/call). Verify a merkle proof (sorted-pair/OpenZeppelin style): leaf + proof path + root, true or false. - POST https://innernetcorp.com/machines/storage-slot - Solidity storage slot ($0.001/call). Compute storage slots for Solidity mappings and arrays: keccak(pad(key) ++ pad(slot)) - direct eth_getStorageAt reads. - POST https://innernetcorp.com/machines/bytes32-string - bytes32 ↔ string ($0.001/call). Convert between Solidity bytes32 hex and UTF-8 strings (right-padded), both directions. - POST https://innernetcorp.com/machines/chain-id-lookup - EVM chain ID lookup ($0.001/call). Look up EVM chain IDs offline: Ethereum, Base, Arbitrum, OP, Polygon, BSC, Avalanche and testnets - by ID or name. - POST https://innernetcorp.com/machines/block-time-estimate - Block time estimator ($0.001/call). Estimate the wall-clock time between two block numbers, or which block lands at a future time, per chain (Ethereum 12s, Base 2s, Arbitrum 0.25s...). - POST https://innernetcorp.com/machines/hd-path-parse - HD derivation path parser ($0.001/call). Parse and validate a BIP-32/44 derivation path like m/44'/60'/0'/0/0 - purpose, coin type (BTC/ETH/SOL...), account, change, index. - POST https://innernetcorp.com/machines/address-detect - Multi-chain address detector ($0.001/call). Detect which blockchain an address belongs to: EVM, Bitcoin (legacy/SegWit/Taproot), Solana, Tron, XRP, Litecoin, Dogecoin, Cosmos-family - with checksum verification. - POST https://innernetcorp.com/machines/ipfs-cid - IPFS CID validator + converter ($0.001/call). Validate IPFS content IDs and convert CIDv0 (Qm...) to CIDv1 (bafy...) - pinning, gateways, NFT metadata. - POST https://innernetcorp.com/machines/hex-endian-swap - Endian swapper ($0.001/call). Reverse the byte order of a hex value - Bitcoin block hashes and little-endian protocol fields. - POST https://innernetcorp.com/machines/eip681-parse - Payment URI parser (EIP-681) ($0.001/call). Parse an ethereum: payment URI into target address, chain ID, value and function parameters - wallet QR payment links. - POST https://innernetcorp.com/machines/caip-parse - CAIP-2/10 identifier parser ($0.001/call). Parse and build CAIP chain and account identifiers like eip155:8453:0x... - the cross-chain standard used by WalletConnect and wallet APIs. - POST https://innernetcorp.com/machines/amm-quote - AMM swap quote (x·y=k) ($0.001/call). Constant-product AMM math: output amount, execution price and price impact for a swap given pool reserves and fee - Uniswap V2-style. - POST https://innernetcorp.com/machines/impermanent-loss - Impermanent loss calculator ($0.001/call). IL for a 50/50 liquidity position from the price-change ratio - what LPs lose versus holding. - POST https://innernetcorp.com/machines/apr-apy-convert - APR ↔ APY converter ($0.001/call). Convert between APR and APY at any compounding frequency (daily, weekly, continuous) - staking, lending and vault yields. - POST https://innernetcorp.com/machines/slippage-calc - Slippage calculator ($0.001/call). Minimum received and slippage bounds for a trade: expected amount ± slippage tolerance in percent or bps. - POST https://innernetcorp.com/machines/liquidation-price - Liquidation price calculator ($0.001/call). The collateral price at which a loan gets liquidated, from collateral amount, debt and liquidation threshold - DeFi borrowing risk. - POST https://innernetcorp.com/machines/dca-average - DCA cost basis calculator ($0.001/call). Average cost basis, total units and P/L from a series of periodic buys at different prices - dollar-cost-averaging tracker. - POST https://innernetcorp.com/machines/csv-to-json - CSV to JSON ($0.001/call). Parse CSV (or TSV) text into a JSON array of row objects, with headers, type inference and delimiter detection. - POST https://innernetcorp.com/machines/json-to-csv - JSON to CSV ($0.001/call). Convert a JSON array of objects into CSV text, with column ordering and custom delimiter. - POST https://innernetcorp.com/machines/ndjson-convert - NDJSON ↔ JSON array ($0.001/call). Convert between newline-delimited JSON (JSONL/NDJSON) and a JSON array, both directions - log files and streaming exports. - POST https://innernetcorp.com/machines/markdown-table - JSON to Markdown table ($0.001/call). Turn a JSON array of objects into a formatted Markdown table - reports, GitHub issues, agent summaries. - POST https://innernetcorp.com/machines/html-strip - Strip HTML tags ($0.001/call). Remove all HTML tags from markup and decode entities, leaving readable plain text with preserved line breaks. - POST https://innernetcorp.com/machines/word-wrap - Word wrap ($0.001/call). Wrap text to a maximum line width at word boundaries - terminal output, emails, fixed-width formats. - POST https://innernetcorp.com/machines/cron-next - Cron next runs ($0.001/call). Parse a 5-field cron expression and return the next N run times in UTC - schedule debugging for agents and ops. - POST https://innernetcorp.com/machines/cidr-calc - CIDR subnet calculator ($0.001/call). Subnet math for IPv4 CIDR blocks: network, broadcast, usable host range, mask, host count - and whether an IP is inside. - POST https://innernetcorp.com/machines/ip-convert - IP address converter ($0.001/call). Convert IPv4 addresses between dotted, integer, hex and binary forms, both directions. - POST https://innernetcorp.com/machines/mime-lookup - MIME type lookup ($0.001/call). Look up the MIME content type for a file extension, or the common extension for a MIME type - uploads, headers, storage metadata. - POST https://innernetcorp.com/machines/http-status - HTTP status code lookup ($0.001/call). Explain any HTTP status code: name, class, and what it means - including 402 Payment Required, the x402 heartbeat. - POST https://innernetcorp.com/machines/idn-convert - IDN / punycode domain converter ($0.001/call). Convert internationalized domain names between Unicode and punycode (xn--) forms, both directions - non-Latin domains. - POST https://innernetcorp.com/machines/user-agent-parse - User-agent parser ($0.001/call). Parse an HTTP User-Agent string into browser, version, OS and device class; flags known bots and crawlers. - POST https://innernetcorp.com/machines/sunrise-sunset - Sunrise / sunset calculator ($0.001/call). Compute sunrise, sunset, solar noon and day length for any latitude, longitude and date - pure astronomy, no API. - POST https://innernetcorp.com/machines/moon-phase - Moon phase ($0.001/call). The moon phase for any date: phase name, illumination percent and age in days - pure astronomy. - POST https://innernetcorp.com/machines/hijri-convert - Hijri ↔ Gregorian date converter ($0.001/call). Convert dates between the Islamic Hijri calendar and Gregorian, both directions - tabular algorithm, ±1 day of official moon sightings. - POST https://innernetcorp.com/machines/combinatorics - Combinations and permutations ($0.001/call). Exact nCr, nPr and factorials with BigInt precision - probability, sampling, lottery odds. - POST https://innernetcorp.com/machines/gcd-lcm - GCD and LCM ($0.001/call). Greatest common divisor and least common multiple of a list of integers, exact BigInt math. - POST https://innernetcorp.com/machines/quadratic-solver - Quadratic equation solver ($0.001/call). Solve ax² + bx + c = 0: real or complex roots, discriminant and vertex. - POST https://innernetcorp.com/machines/triangle-solver - Triangle solver ($0.001/call). Solve any triangle from SSS or SAS or ASA: all sides, all angles, area and perimeter - law of sines and cosines. - POST https://innernetcorp.com/machines/ohms-law - Ohm's law + power calculator ($0.001/call). Give any two of voltage, current, resistance, power - get the other two (V=IR, P=VI). Electronics and electrical work. - POST https://innernetcorp.com/machines/fuel-economy - Fuel economy converter ($0.001/call). Convert between MPG (US and imperial), L/100km and km/L - the inverse-scale conversion everyone gets wrong. - POST https://innernetcorp.com/machines/bmi-calc - BMI calculator ($0.001/call). Body mass index from weight and height (metric or imperial) with WHO category. - POST https://innernetcorp.com/machines/bmr-tdee - BMR and TDEE calculator ($0.001/call). Basal metabolic rate (Mifflin-St Jeor) and total daily energy expenditure by activity level - nutrition planning. - POST https://innernetcorp.com/machines/cooking-convert - Cooking measurement converter ($0.001/call). Convert cooking measures between cups, tablespoons, teaspoons, ml and grams for common ingredients (flour, sugar, butter, rice...). - POST https://innernetcorp.com/machines/position-size - Position size calculator ($0.001/call). Risk-based position sizing: account size, risk percent, entry and stop-loss - how many units to buy. Trading risk management. - POST https://innernetcorp.com/machines/pnl-calc - PnL calculator (spot + leverage) ($0.001/call). Profit and loss for a long or short position with optional leverage: absolute PnL, return percent, ROE and liquidation-adjacent metrics. - POST https://innernetcorp.com/machines/basis-points - Basis points converter ($0.001/call). Convert between basis points, percent and decimal, and apply bps to an amount - fees, spreads, rate moves. - POST https://innernetcorp.com/machines/uniswap-v3-price - Uniswap V3 price ↔ tick ↔ sqrtPriceX96 ($0.001/call). Convert between Uniswap V3 sqrtPriceX96, tick and human token price, honoring token decimals - the V3 math everyone re-derives. - POST https://innernetcorp.com/machines/allocation-split - Exact money splitter ($0.001/call). Split an amount by percentages or ratios with largest-remainder rounding so cents always sum exactly - invoices, revenue shares, bills. - POST https://innernetcorp.com/machines/runway-calc - Startup runway calculator ($0.001/call). Months of runway from cash and burn rate, with optional revenue growth eating into net burn - when does the money run out. - POST https://innernetcorp.com/machines/saas-metrics - SaaS metrics calculator ($0.001/call). MRR, ARR, churn rate, net revenue retention and LTV from raw subscription numbers - the investor dashboard math. - POST https://innernetcorp.com/machines/fifo-cogs - FIFO inventory costing ($0.001/call). Cost of goods sold and remaining inventory value using FIFO from purchase lots and a sale quantity - accounting-grade. - POST https://innernetcorp.com/machines/dice-roll - Dice roller (RPG notation) ($0.001/call). Roll dice in standard notation like 3d6+2 or 2d20 - individual rolls, total, min/max - games and simulations. - POST https://innernetcorp.com/machines/password-generate - Password generator ($0.001/call). Generate cryptographically secure random passwords with length and character-class options, ambiguous-character exclusion, and entropy report. - POST https://innernetcorp.com/machines/lorem-ipsum - Lorem ipsum generator ($0.001/call). Generate placeholder lorem ipsum text by word, sentence or paragraph count - deterministic with a seed if you need repeatability. - POST https://innernetcorp.com/machines/ask-fast - Ask (fast) ($0.01/call). One-shot question to a fast, cheap frontier model. Great for quick reasoning, extraction, classification. Powered by openai/gpt-4o-mini. Max 800 output tokens. - POST https://innernetcorp.com/machines/ask-smart - Ask (smart) ($0.03/call). One-shot question to a strong frontier reasoning model (latest Claude Sonnet). For harder analysis, writing, and code. Powered by anthropic/claude-sonnet-4.5. Max 1200 output tokens. - POST https://innernetcorp.com/machines/ask-cheap - Ask (cheapest) ($0.003/call). Rock-bottom-cost inference for high-volume, simple tasks. Powered by meta-llama/llama-3.3-70b-instruct. Max 600 output tokens. - POST https://innernetcorp.com/machines/summarize - Summarize ($0.01/call). Condense a block of text into a tight summary. Powered by openai/gpt-4o-mini. Max 500 output tokens. - POST https://innernetcorp.com/machines/translate - Translate ($0.01/call). Translate text to a target language. Powered by openai/gpt-4o-mini. Max 900 output tokens. - POST https://innernetcorp.com/machines/extract-fields - Extract fields (AI) ($0.012/call). Pull structured JSON from messy text given a list of fields. Powered by openai/gpt-4o-mini. Max 700 output tokens. - POST https://innernetcorp.com/machines/run-model - Run any model ($0.05/call). Call ANY current model on OpenRouter (Claude, GPT, Gemini, Grok, DeepSeek, Llama, Kimi, Mistral - 300+). Priced per-token with margin, always up to date. GET /machines/run-model/models for the live list. Body: {model, prompt|messages, max_tokens?}. ## Notes - Send JSON bodies with Content-Type: application/json. - Only public URLs are fetched; private and internal addresses are refused. - Rate limits apply per IP. Machines answer fast or fail with a clear JSON error.