# Story API FAQ

> Frequently asked questions about the Story API

## What is Story?
Story is a purpose-built EVM-compatible blockchain that enables fast, transparent, and programmable management, licensing, and monetization of intellectual property onchain.

## What is the Story API?

The Story API lets you interface with the Story mainnet and testnet nodes. You can execute transactions, query onchain data, and interact with the Story network using the JSON-RPC standard.

## How can I get started using the Story API?

Explained in [Story API Quickstart](/docs/reference/story-api-quickstart)

## Is Story EVM compatible?

Yes. Story supports any Ethereum Virtual Machine (EVM) codebase. You can deploy and migrate assets and users from Ethereum L1 and other interoperable chains to Story.

## What API does Story use?

Story uses the JSON-RPC API standard. This API enables blockchain interactions on the Story network, letting you read block/transaction data, query chain information, execute smart contracts, and store data onchain.

## What is a Story API key?

When accessing the Story network via a node provider like Alchemy, you use an API key to send transactions and retrieve data from the network.

For the best development experience, we recommend that you [sign up for a free API key](https://dashboard.alchemy.com/signup).

## Which libraries support Story?

Common Ethereum libraries like [ethers.js](https://docs.ethers.org/v5/) and [web3.js](https://web3js.readthedocs.io/en/v1.8.2/) should be compatible with Story, given its EVM nature.

## What programming languages work with Story?

Languages that work with Ethereum, such as JavaScript, Solidity, TypeScript, and Shell, are also compatible with Story. Solidity remains the primary choice for smart contract development, while JavaScript is ideal for offchain interactions.

## What does Story use for gas?

The native currency for the Story blockchain is the IP token (ticker: IP), which is used for transaction fees (gas), staking, governance, and securing the network.

## What methods does Alchemy support for the Story API?

You can find the list of all the methods Alchemy supports for the Story API on the [Story API Endpoints](/docs/chains#story-apis) page.

## My question isn't here, where can I get help?

If you have any questions or feedback, contact us at support@alchemy.com or open a ticket in the Alchemy Dashboard.